Interface PlayerMoveC2SPacketAccessor
public interface PlayerMoveC2SPacketAccessor
Accessor for the movement packet.
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetOnGround(boolean onGround) Allows to change packet onGround value.
-
Method Details
-
setOnGround
void setOnGround(boolean onGround) Allows to change packet onGround value.- Parameters:
onGround- whether player is really on ground.
-