Class ServerboundPaddleBoatPacket
java.lang.Object
net.minecraft.network.protocol.game.ServerboundPaddleBoatPacket
- All Implemented Interfaces:
Packet<ServerGamePacketListener>
-
Field Summary
-
Constructor Summary
ConstructorDescriptionServerboundPaddleBoatPacket
(boolean p_134210_, boolean p_134211_) ServerboundPaddleBoatPacket
(FriendlyByteBuf p_179702_) -
Method Summary
Modifier and TypeMethodDescriptionboolean
getLeft()
boolean
getRight()
void
handle
(ServerGamePacketListener p_134217_) void
write
(FriendlyByteBuf p_134220_) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraft.network.protocol.Packet
isSkippable, nextProtocol
-
Field Details
-
left
private final boolean left -
right
private final boolean right
-
-
Constructor Details
-
ServerboundPaddleBoatPacket
public ServerboundPaddleBoatPacket(boolean p_134210_, boolean p_134211_) -
ServerboundPaddleBoatPacket
-
-
Method Details
-
write
- Specified by:
write
in interfacePacket<ServerGamePacketListener>
-
handle
- Specified by:
handle
in interfacePacket<ServerGamePacketListener>
-
getLeft
public boolean getLeft() -
getRight
public boolean getRight()
-