Package baritone.api.event.events
Class ChunkEvent
java.lang.Object
baritone.api.event.events.ChunkEvent
- Since:
- 8/2/2018
- Author:
- Brady
-
Constructor Details
-
ChunkEvent
-
-
Method Details
-
getState
- Returns:
- The state of the event
-
getType
- Returns:
- The type of chunk event that occurred;
-
getX
- Returns:
- The Chunk X position.
-
getZ
- Returns:
- The Chunk Z position.
-
isPostPopulate
- Returns:
trueif the event was fired after a chunk population
-