Class WrapperPlayClientAbilities
java.lang.Object
com.comphenix.packetwrapper.wrappers.AbstractPacket
com.comphenix.packetwrapper.wrappers.play.serverbound.WrapperPlayClientAbilities
-
Field Summary
FieldsFields inherited from class com.comphenix.packetwrapper.wrappers.AbstractPacket
handle
-
Constructor Summary
ConstructorsConstructorDescriptionWrapperPlayClientAbilities
(com.comphenix.protocol.events.PacketContainer packet) -
Method Summary
Modifier and TypeMethodDescriptionboolean
Retrieves the value of field 'isFlying'void
setIsFlying
(boolean value) Sets the value of field 'isFlying'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
-
WrapperPlayClientAbilities
public WrapperPlayClientAbilities() -
WrapperPlayClientAbilities
public WrapperPlayClientAbilities(com.comphenix.protocol.events.PacketContainer packet)
-
-
Method Details
-
getIsFlying
public boolean getIsFlying()Retrieves the value of field 'isFlying'- Returns:
- 'isFlying'
-
setIsFlying
public void setIsFlying(boolean value) Sets the value of field 'isFlying'- Parameters:
value
- New value for field 'isFlying'
-