Class PlayerInput.SetClientVelocity
java.lang.Object
com.hypixel.hytale.server.core.modules.entity.player.PlayerInput.SetClientVelocity
- All Implemented Interfaces:
PlayerInput.InputUpdate
- Enclosing class:
PlayerInput
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidapply(CommandBuffer<EntityStore> commandBuffer, ArchetypeChunk<EntityStore> archetypeChunk, int index)
-
Field Details
-
velocity
-
-
Constructor Details
-
SetClientVelocity
-
-
Method Details
-
getVelocity
-
apply
public void apply(CommandBuffer<EntityStore> commandBuffer, @Nonnull ArchetypeChunk<EntityStore> archetypeChunk, int index) - Specified by:
applyin interfacePlayerInput.InputUpdate
-