Class WrapperPlayClientBoatMove
java.lang.Object
com.comphenix.packetwrapper.wrappers.AbstractPacket
com.comphenix.packetwrapper.wrappers.play.serverbound.WrapperPlayClientBoatMove
-
Field Summary
FieldsFields inherited from class com.comphenix.packetwrapper.wrappers.AbstractPacket
handle
-
Constructor Summary
ConstructorsConstructorDescriptionWrapperPlayClientBoatMove
(com.comphenix.protocol.events.PacketContainer packet) -
Method Summary
Methods inherited from class com.comphenix.packetwrapper.wrappers.AbstractPacket
broadcastPacket, equals, getHandle, hashCode, receivePacket, sendPacket
-
Field Details
-
TYPE
public static final com.comphenix.protocol.PacketType TYPE
-
-
Constructor Details
-
WrapperPlayClientBoatMove
public WrapperPlayClientBoatMove() -
WrapperPlayClientBoatMove
public WrapperPlayClientBoatMove(com.comphenix.protocol.events.PacketContainer packet)
-
-
Method Details
-
getLeft
public boolean getLeft()Retrieves the value of field 'left'- Returns:
- 'left'
-
setLeft
public void setLeft(boolean value) Sets the value of field 'left'- Parameters:
value
- New value for field 'left'
-
getRight
public boolean getRight()Retrieves the value of field 'right'- Returns:
- 'right'
-
setRight
public void setRight(boolean value) Sets the value of field 'right'- Parameters:
value
- New value for field 'right'
-