Class ServerboundMovePlayerRotPacket
java.lang.Object
org.geysermc.mcprotocollib.protocol.packet.ingame.serverbound.player.ServerboundMovePlayerRotPacket
- All Implemented Interfaces:
Packet,MinecraftPacket
-
Constructor Summary
ConstructorsConstructorDescriptionServerboundMovePlayerRotPacket(boolean onGround, float yaw, float pitch) ServerboundMovePlayerRotPacket(io.netty.buffer.ByteBuf in, MinecraftCodecHelper helper) -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanfloatgetPitch()floatgetYaw()inthashCode()booleanvoidserialize(io.netty.buffer.ByteBuf out, MinecraftCodecHelper helper) @NonNull StringtoString()@NonNull ServerboundMovePlayerRotPacketwithOnGround(boolean onGround) @NonNull ServerboundMovePlayerRotPacketwithPitch(float pitch) @NonNull ServerboundMovePlayerRotPacketwithYaw(float yaw) 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
-
ServerboundMovePlayerRotPacket
-
ServerboundMovePlayerRotPacket
public ServerboundMovePlayerRotPacket(boolean onGround, float yaw, float pitch)
-
-
Method Details
-
serialize
- Specified by:
serializein interfaceMinecraftPacket
-
isOnGround
public boolean isOnGround() -
getYaw
public float getYaw() -
getPitch
public float getPitch() -
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).
-
withYaw
- Returns:
- a clone of this object, except with this updated property (returns
thisif an identical value is passed).
-
withPitch
- Returns:
- a clone of this object, except with this updated property (returns
thisif an identical value is passed).
-