Class WrapperPlayClientAdvancements
java.lang.Object
com.comphenix.packetwrapper.wrappers.AbstractPacket
com.comphenix.packetwrapper.wrappers.play.serverbound.WrapperPlayClientAdvancements
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsFields inherited from class com.comphenix.packetwrapper.wrappers.AbstractPacket
handle
-
Constructor Summary
ConstructorsConstructorDescriptionWrapperPlayClientAdvancements
(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
-
WrapperPlayClientAdvancements
public WrapperPlayClientAdvancements() -
WrapperPlayClientAdvancements
public WrapperPlayClientAdvancements(com.comphenix.protocol.events.PacketContainer packet)
-
-
Method Details
-
getAction
Retrieves the value of field 'action'- Returns:
- 'action'
-
setAction
Sets the value of field 'action'- Parameters:
value
- New value for field 'action'
-
getTab
public com.comphenix.protocol.wrappers.MinecraftKey getTab()Retrieves the value of field 'tab'- Returns:
- 'tab'
-
setTab
public void setTab(com.comphenix.protocol.wrappers.MinecraftKey value) Sets the value of field 'tab'- Parameters:
value
- New value for field 'tab'
-