Class PlayerInput.WishMovement
java.lang.Object
com.hypixel.hytale.server.core.modules.entity.player.PlayerInput.WishMovement
- 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) doublegetX()doublegetY()doublegetZ()voidsetX(double x) voidsetY(double y) voidsetZ(double z)
-
Field Details
-
x
private double x -
y
private double y -
z
private double z
-
-
Constructor Details
-
WishMovement
public WishMovement(double x, double y, double z)
-
-
Method Details
-
getX
public double getX() -
setX
public void setX(double x) -
getY
public double getY() -
setY
public void setY(double y) -
getZ
public double getZ() -
setZ
public void setZ(double z) -
apply
public void apply(CommandBuffer<EntityStore> commandBuffer, ArchetypeChunk<EntityStore> archetypeChunk, int index) - Specified by:
applyin interfacePlayerInput.InputUpdate
-