Class ServerboundMovePlayerPosPacket
java.lang.Object
org.geysermc.mcprotocollib.protocol.packet.ingame.serverbound.player.ServerboundMovePlayerPosPacket
- All Implemented Interfaces:
Packet,MinecraftPacket
-
Constructor Summary
ConstructorsConstructorDescriptionServerboundMovePlayerPosPacket(boolean onGround, double x, double y, double z) ServerboundMovePlayerPosPacket(io.netty.buffer.ByteBuf in, MinecraftCodecHelper helper) -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleandoublegetX()doublegetY()doublegetZ()inthashCode()booleanvoidserialize(io.netty.buffer.ByteBuf out, MinecraftCodecHelper helper) @NonNull StringtoString()@NonNull ServerboundMovePlayerPosPacketwithOnGround(boolean onGround) @NonNull ServerboundMovePlayerPosPacketwithX(double x) @NonNull ServerboundMovePlayerPosPacketwithY(double y) @NonNull ServerboundMovePlayerPosPacketwithZ(double z) Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.geysermc.mcprotocollib.network.packet.Packet
isPriority
-
Constructor Details
-
ServerboundMovePlayerPosPacket
-
ServerboundMovePlayerPosPacket
public ServerboundMovePlayerPosPacket(boolean onGround, double x, double y, double z)
-
-
Method Details
-
serialize
- Specified by:
serializein interfaceMinecraftPacket
-
isOnGround
public boolean isOnGround() -
getX
public double getX() -
getY
public double getY() -
getZ
public double getZ() -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-
withOnGround
- Returns:
- a clone of this object, except with this updated property (returns
thisif an identical value is passed).
-
withX
- Returns:
- a clone of this object, except with this updated property (returns
thisif an identical value is passed).
-
withY
- Returns:
- a clone of this object, except with this updated property (returns
thisif an identical value is passed).
-
withZ
- Returns:
- a clone of this object, except with this updated property (returns
thisif an identical value is passed).
-