Class ClientboundPlayerCombatEnterPacket
java.lang.Object
net.minecraft.network.protocol.game.ClientboundPlayerCombatEnterPacket
- All Implemented Interfaces:
Packet<ClientGamePacketListener>
public class ClientboundPlayerCombatEnterPacket
extends Object
implements Packet<ClientGamePacketListener>
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ClientboundPlayerCombatEnterPacket
static final StreamCodec
<io.netty.buffer.ByteBuf, ClientboundPlayerCombatEnterPacket> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
handle
(ClientGamePacketListener p_179057_) Passes this Packet on to the PacketListener for processing.type()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraft.network.protocol.Packet
isSkippable, isTerminal
-
Field Details
-
INSTANCE
-
STREAM_CODEC
public static final StreamCodec<io.netty.buffer.ByteBuf,ClientboundPlayerCombatEnterPacket> STREAM_CODEC
-
-
Constructor Details
-
ClientboundPlayerCombatEnterPacket
private ClientboundPlayerCombatEnterPacket()
-
-
Method Details
-
type
- Specified by:
type
in interfacePacket<ClientGamePacketListener>
-
handle
Description copied from interface:Packet
Passes this Packet on to the PacketListener for processing.- Specified by:
handle
in interfacePacket<ClientGamePacketListener>
-