Uses of Record Class
net.minecraft.network.protocol.game.ClientboundPlayerCombatKillPacket
Packages that use ClientboundPlayerCombatKillPacket
-
Uses of ClientboundPlayerCombatKillPacket in net.minecraft.client.multiplayer
Methods in net.minecraft.client.multiplayer with parameters of type ClientboundPlayerCombatKillPacketModifier and TypeMethodDescriptionvoid
ClientPacketListener.handlePlayerCombatKill
(ClientboundPlayerCombatKillPacket p_171775_) -
Uses of ClientboundPlayerCombatKillPacket in net.minecraft.network.protocol.game
Fields in net.minecraft.network.protocol.game with type parameters of type ClientboundPlayerCombatKillPacketModifier and TypeFieldDescriptionstatic final PacketType
<ClientboundPlayerCombatKillPacket> GamePacketTypes.CLIENTBOUND_PLAYER_COMBAT_KILL
ClientboundPlayerCombatKillPacket.STREAM_CODEC
Methods in net.minecraft.network.protocol.game that return types with arguments of type ClientboundPlayerCombatKillPacketMethods in net.minecraft.network.protocol.game with parameters of type ClientboundPlayerCombatKillPacketModifier and TypeMethodDescriptionvoid
ClientGamePacketListener.handlePlayerCombatKill
(ClientboundPlayerCombatKillPacket p_178548_)