Class WrapperPlayServerPlayerCombatEnter
java.lang.Object
com.comphenix.packetwrapper.wrappers.AbstractPacket
com.comphenix.packetwrapper.wrappers.play.clientbound.WrapperPlayServerPlayerCombatEnter
Deprecated.
Unused packet
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.comphenix.protocol.PacketType
Deprecated.The packet type that is wrapped by this wrapper.Fields inherited from class com.comphenix.packetwrapper.wrappers.AbstractPacket
handle
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Constructs a new wrapper and initialize it with a packet handle with default valuesWrapperPlayServerPlayerCombatEnter
(com.comphenix.protocol.events.PacketContainer packet) Deprecated. -
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 TYPEDeprecated.The packet type that is wrapped by this wrapper.
-
-
Constructor Details
-
WrapperPlayServerPlayerCombatEnter
public WrapperPlayServerPlayerCombatEnter()Deprecated.Constructs a new wrapper and initialize it with a packet handle with default values -
WrapperPlayServerPlayerCombatEnter
public WrapperPlayServerPlayerCombatEnter(com.comphenix.protocol.events.PacketContainer packet) Deprecated.
-