Class ChunkSuppressionSystems.Ticking
java.lang.Object
com.hypixel.hytale.component.system.System<ChunkStore>
com.hypixel.hytale.component.system.tick.TickingSystem<ChunkStore>
com.hypixel.hytale.server.spawning.suppression.system.ChunkSuppressionSystems.Ticking
- All Implemented Interfaces:
ISystem<ChunkStore>,TickableSystem<ChunkStore>
- Enclosing class:
ChunkSuppressionSystems
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final ComponentType<ChunkStore, ChunkSuppressionEntry> private final ResourceType<ChunkStore, ChunkSuppressionQueue> Fields inherited from interface com.hypixel.hytale.component.system.ISystem
EMPTY_ARRAY -
Constructor Summary
ConstructorsConstructorDescriptionTicking(ComponentType<ChunkStore, ChunkSuppressionEntry> chunkSuppressionEntryComponentType, ResourceType<ChunkStore, ChunkSuppressionQueue> chunkSuppressionQueueResourceType) -
Method Summary
Methods inherited from class com.hypixel.hytale.component.system.System
getComponentRegistrations, getResourceRegistrations, registerComponent, registerComponent, registerComponent, registerResource, registerResourceMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.hypixel.hytale.component.system.ISystem
getDependencies, getGroup, onSystemRegistered, onSystemUnregistered
-
Field Details
-
chunkSuppressionEntryComponentType
-
chunkSuppressionQueueResourceType
-
-
Constructor Details
-
Ticking
public Ticking(ComponentType<ChunkStore, ChunkSuppressionEntry> chunkSuppressionEntryComponentType, ResourceType<ChunkStore, ChunkSuppressionQueue> chunkSuppressionQueueResourceType)
-
-
Method Details
-
tick
- Specified by:
tickin interfaceTickableSystem<ChunkStore>- Specified by:
tickin classTickingSystem<ChunkStore>
-