Class PlayerInput.AbsoluteMovement

java.lang.Object
com.hypixel.hytale.server.core.modules.entity.player.PlayerInput.AbsoluteMovement
All Implemented Interfaces:
PlayerInput.InputUpdate
Enclosing class:
PlayerInput

public static class PlayerInput.AbsoluteMovement extends Object implements PlayerInput.InputUpdate
  • Field Details

    • x

      private double x
    • y

      private double y
    • z

      private double z
  • Constructor Details

    • AbsoluteMovement

      public AbsoluteMovement(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(@Nonnull CommandBuffer<EntityStore> commandBuffer, @Nonnull ArchetypeChunk<EntityStore> archetypeChunk, int index)
      Specified by:
      apply in interface PlayerInput.InputUpdate