Class ClientboundPlayerCombatEnterPacket
java.lang.Object
net.minecraft.network.protocol.game.ClientboundPlayerCombatEnterPacket
- All Implemented Interfaces:
 Packet<ClientGamePacketListener>
public class ClientboundPlayerCombatEnterPacket
extends Object
implements Packet<ClientGamePacketListener>
- 
Constructor Summary
ConstructorsConstructorDescription - 
Method Summary
Modifier and TypeMethodDescriptionvoidhandle(ClientGamePacketListener p_179057_) voidwrite(FriendlyByteBuf p_179053_) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.network.protocol.Packet
isSkippable, nextProtocol 
- 
Constructor Details
- 
ClientboundPlayerCombatEnterPacket
public ClientboundPlayerCombatEnterPacket() - 
ClientboundPlayerCombatEnterPacket
 
 - 
 - 
Method Details
- 
write
- Specified by:
 writein interfacePacket<ClientGamePacketListener>
 - 
handle
- Specified by:
 handlein interfacePacket<ClientGamePacketListener>
 
 -