Class WrapperPlayClientSteerVehicle
java.lang.Object
com.comphenix.packetwrapper.wrappers.AbstractPacket
com.comphenix.packetwrapper.wrappers.play.serverbound.WrapperPlayClientSteerVehicle
-
Field Summary
FieldsFields inherited from class com.comphenix.packetwrapper.wrappers.AbstractPacket
handle
-
Constructor Summary
ConstructorsConstructorDescriptionWrapperPlayClientSteerVehicle
(com.comphenix.protocol.events.PacketContainer packet) -
Method Summary
Modifier and TypeMethodDescriptionboolean
Retrieves the value of field 'isJumping'boolean
Retrieves the value of field 'isShiftKeyDown'float
getXxa()
Retrieves the value of field 'xxa'float
getZza()
Retrieves the value of field 'zza'void
setIsJumping
(boolean value) Sets the value of field 'isJumping'void
setIsShiftKeyDown
(boolean value) Sets the value of field 'isShiftKeyDown'void
setXxa
(float value) Sets the value of field 'xxa'void
setZza
(float value) Sets the value of field 'zza'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
-
WrapperPlayClientSteerVehicle
public WrapperPlayClientSteerVehicle() -
WrapperPlayClientSteerVehicle
public WrapperPlayClientSteerVehicle(com.comphenix.protocol.events.PacketContainer packet)
-
-
Method Details
-
getXxa
public float getXxa()Retrieves the value of field 'xxa'- Returns:
- 'xxa'
-
setXxa
public void setXxa(float value) Sets the value of field 'xxa'- Parameters:
value
- New value for field 'xxa'
-
getZza
public float getZza()Retrieves the value of field 'zza'- Returns:
- 'zza'
-
setZza
public void setZza(float value) Sets the value of field 'zza'- Parameters:
value
- New value for field 'zza'
-
getIsJumping
public boolean getIsJumping()Retrieves the value of field 'isJumping'- Returns:
- 'isJumping'
-
setIsJumping
public void setIsJumping(boolean value) Sets the value of field 'isJumping'- Parameters:
value
- New value for field 'isJumping'
-
getIsShiftKeyDown
public boolean getIsShiftKeyDown()Retrieves the value of field 'isShiftKeyDown'- Returns:
- 'isShiftKeyDown'
-
setIsShiftKeyDown
public void setIsShiftKeyDown(boolean value) Sets the value of field 'isShiftKeyDown'- Parameters:
value
- New value for field 'isShiftKeyDown'
-