Class RemovalSystem
java.lang.Object
com.hypixel.hytale.component.system.System<ChunkStore>
com.hypixel.hytale.component.system.tick.TickingSystem<ChunkStore>
com.hypixel.hytale.builtin.instances.removal.RemovalSystem
- All Implemented Interfaces:
ISystem<ChunkStore>,RunWhenPausedSystem<ChunkStore>,TickableSystem<ChunkStore>
public class RemovalSystem
extends TickingSystem<ChunkStore>
implements RunWhenPausedSystem<ChunkStore>
-
Field Summary
Fields inherited from interface com.hypixel.hytale.component.system.ISystem
EMPTY_ARRAY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanshouldRemoveWorld(Store<ChunkStore> store) voidtick(float dt, int systemIndex, Store<ChunkStore> store) 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
-
Constructor Details
-
RemovalSystem
public RemovalSystem()
-
-
Method Details
-
tick
- Specified by:
tickin interfaceTickableSystem<ChunkStore>- Specified by:
tickin classTickingSystem<ChunkStore>
-
shouldRemoveWorld
-