Class PlayerSystems.BlockPausedMovementSystem
java.lang.Object
com.hypixel.hytale.server.core.modules.entity.player.PlayerSystems.BlockPausedMovementSystem
- All Implemented Interfaces:
ISystem<EntityStore>,QuerySystem<EntityStore>,RunWhenPausedSystem<EntityStore>,TickableSystem<EntityStore>
- Enclosing class:
PlayerSystems
public static class PlayerSystems.BlockPausedMovementSystem
extends Object
implements RunWhenPausedSystem<EntityStore>, QuerySystem<EntityStore>
-
Field Summary
FieldsFields inherited from interface com.hypixel.hytale.component.system.ISystem
EMPTY_ARRAY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetQuery()private static voidonTick(ArchetypeChunk<EntityStore> archetypeChunk, CommandBuffer<EntityStore> commandBuffer) voidtick(float dt, int systemIndex, Store<EntityStore> store) Methods 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, onSystemUnregisteredMethods inherited from interface com.hypixel.hytale.component.system.QuerySystem
test
-
Field Details
-
query
-
-
Constructor Details
-
BlockPausedMovementSystem
public BlockPausedMovementSystem()
-
-
Method Details
-
tick
- Specified by:
tickin interfaceTickableSystem<EntityStore>
-
onTick
private static void onTick(@Nonnull ArchetypeChunk<EntityStore> archetypeChunk, @Nonnull CommandBuffer<EntityStore> commandBuffer) -
getQuery
- Specified by:
getQueryin interfaceQuerySystem<EntityStore>
-