Class EventChunk

java.lang.Object
org.rusherhack.core.event.type.Event
org.rusherhack.client.api.events.world.EventChunk
All Implemented Interfaces:
org.rusherhack.core.event.stage.IStageable
Direct Known Subclasses:
EventChunk.Load, EventChunk.Unload

public abstract class EventChunk extends org.rusherhack.core.event.type.Event
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static class 
     
    static class 
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    EventChunk(net.minecraft.world.level.ChunkPos pos)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    net.minecraft.world.level.ChunkPos
     

    Methods inherited from class org.rusherhack.core.event.type.Event

    getPreferredStage, getStage, setStage

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • EventChunk

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

    • getChunkPos

      public net.minecraft.world.level.ChunkPos getChunkPos()