Class PlayerInput
java.lang.Object
com.hypixel.hytale.server.core.modules.entity.player.PlayerInput
- All Implemented Interfaces:
Component<EntityStore>,Cloneable
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic interfacestatic classstatic final recordstatic classstatic final recordstatic final recordstatic final recordstatic class -
Field Summary
FieldsFields inherited from interface com.hypixel.hytale.component.Component
EMPTY_ARRAY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()static ComponentType<EntityStore, PlayerInput> intvoidqueue(PlayerInput.InputUpdate inputUpdate) voidsetMountId(int mountId) Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.hypixel.hytale.component.Component
cloneSerializable
-
Field Details
-
inputUpdateQueue
-
mountId
private int mountId
-
-
Constructor Details
-
PlayerInput
public PlayerInput()
-
-
Method Details
-
getComponentType
-
queue
-
getMovementUpdateQueue
-
getMountId
public int getMountId() -
setMountId
public void setMountId(int mountId) -
clone
- Specified by:
clonein interfaceComponent<EntityStore>- Overrides:
clonein classObject
-