Package com.avrix.events
Class OnDoTileBuilding3Event
java.lang.Object
com.avrix.events.Event
com.avrix.events.OnDoTileBuilding3Event
Triggered when a building tile is being set.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionGetting the event nameabstract voidhandleEvent(zombie.iso.IsoChunk chunk, Boolean render, Integer x, Integer y, Integer z) Called Event Handling Method
- 
Constructor Details- 
OnDoTileBuilding3Eventpublic OnDoTileBuilding3Event()
 
- 
- 
Method Details- 
getEventNameGetting the event name- Specified by:
- getEventNamein class- Event
- Returns:
- name of the event being implemented
 
- 
handleEventpublic abstract void handleEvent(zombie.iso.IsoChunk chunk, Boolean render, Integer x, Integer y, Integer z) Called Event Handling Method- Parameters:
- chunk- The chunk in which the tile is being set.
- render- Whether the tile should be rendered or not.
- x- The x coordinate of the tile being set.
- y- The y coordinate of the tile being set.
- z- The z coordinate of the tile being set.
 
 
-