Class ChunkEvent

java.lang.Object
baritone.api.event.events.ChunkEvent

public final class ChunkEvent extends Object
Since:
8/2/2018
Author:
Brady
  • Constructor Details

  • Method Details

    • getState

      public EventState getState()
      Returns:
      The state of the event
    • getType

      Returns:
      The type of chunk event that occurred;
    • getX

      public int getX()
      Returns:
      The Chunk X position.
    • getZ

      public int getZ()
      Returns:
      The Chunk Z position.
    • isPostPopulate

      public boolean isPostPopulate()
      Returns:
      true if the event was fired after a chunk population