Skip to content
This repository has been archived by the owner on Jun 6, 2018. It is now read-only.

ClicklessSign API

criztovyl edited this page Apr 15, 2013 · 2 revisions

The Interface

Making a Sign

ClicklessPlugin.getClickless.addClicklessSign(new ClicklessSign(){
  void action(String playername){  
    [Paste Here Your Code]  
  }  
  TimeShifter getTimeShifter(){  
    [Paste Your TimeShifter here; See TimeShifter API Page]  
  }  
  Location getLocation(){  
    [Put Here The Location of the Sign Block]  
  }  
  Location getTrigger(){  
    [Put Here The Location of the Trigger for the Action or the TimeShifter]  
  }
  HashMap<String, String> getOptions(){
    [Area to put extra Options, e.g. Name or Creator]
  }
}
Clone this wiki locally