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