Class ServerboundPaddleBoatPacket
java.lang.Object
net.minecraft.network.protocol.game.ServerboundPaddleBoatPacket
- All Implemented Interfaces:
 Packet<ServerGamePacketListener>
- 
Field Summary
Fields - 
Constructor Summary
ConstructorsConstructorDescriptionServerboundPaddleBoatPacket(boolean p_134210_, boolean p_134211_) ServerboundPaddleBoatPacket(FriendlyByteBuf p_179702_)  - 
Method Summary
Modifier and TypeMethodDescriptionbooleangetLeft()booleangetRight()voidhandle(ServerGamePacketListener p_134217_) voidwrite(FriendlyByteBuf p_134220_) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
 writein interfacePacket<ServerGamePacketListener>
 - 
handle
- Specified by:
 handlein interfacePacket<ServerGamePacketListener>
 - 
getLeft
public boolean getLeft() - 
getRight
public boolean getRight() 
 -