Class ChunkPreLoadProcessEvent
java.lang.Object
com.hypixel.hytale.server.core.universe.world.events.ChunkEvent
com.hypixel.hytale.server.core.universe.world.events.ChunkPreLoadProcessEvent
- All Implemented Interfaces:
IBaseEvent<String>,IEvent<String>,IProcessedEvent
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate booleanprivate final Holder<ChunkStore> private longprivate final boolean -
Constructor Summary
ConstructorsConstructorDescriptionChunkPreLoadProcessEvent(Holder<ChunkStore> holder, WorldChunk chunk, boolean newlyGenerated, long lastDispatchNanos) -
Method Summary
Modifier and TypeMethodDescriptionbooleandidLog()booleanvoidprocessEvent(String hookName) toString()Methods inherited from class com.hypixel.hytale.server.core.universe.world.events.ChunkEvent
getChunk
-
Field Details
-
newlyGenerated
private final boolean newlyGenerated -
lastDispatchNanos
private long lastDispatchNanos -
didLog
private boolean didLog -
holder
-
-
Constructor Details
-
ChunkPreLoadProcessEvent
public ChunkPreLoadProcessEvent(@Nonnull Holder<ChunkStore> holder, @Nonnull WorldChunk chunk, boolean newlyGenerated, long lastDispatchNanos)
-
-
Method Details
-
isNewlyGenerated
public boolean isNewlyGenerated() -
getHolder
-
processEvent
- Specified by:
processEventin interfaceIProcessedEvent
-
didLog
public boolean didLog() -
toString
- Overrides:
toStringin classChunkEvent
-