Class EventChunk.Load

java.lang.Object
org.rusherhack.core.event.type.Event
org.rusherhack.client.api.events.world.EventChunk
org.rusherhack.client.api.events.world.EventChunk.Load
All Implemented Interfaces:
org.rusherhack.core.event.stage.IStageable
Enclosing class:
EventChunk

public static class EventChunk.Load extends EventChunk
  • Constructor Details

    • Load

      public Load(net.minecraft.world.level.ChunkPos pos)
  • Method Details

    • getPreferredStage

      public org.rusherhack.core.event.stage.Stage getPreferredStage()
      Overrides:
      getPreferredStage in class org.rusherhack.core.event.type.Event
    • getStage

      public org.rusherhack.core.event.stage.Stage getStage()
      PRE or POST
      Specified by:
      getStage in interface org.rusherhack.core.event.stage.IStageable
      Overrides:
      getStage in class org.rusherhack.core.event.type.Event