Uses of Class
net.minecraft.network.packet.s2c.play.EndCombatS2CPacket
Packages that use EndCombatS2CPacket
Package
Description
The base package for all Minecraft classes.
-
Uses of EndCombatS2CPacket in net.minecraft
Fields in net.minecraft with type parameters of type EndCombatS2CPacketModifier and TypeFieldDescriptionstatic final class_9145<EndCombatS2CPacket>class_9094.PLAYER_COMBAT_END -
Uses of EndCombatS2CPacket in net.minecraft.client.network
Methods in net.minecraft.client.network with parameters of type EndCombatS2CPacketModifier and TypeMethodDescriptionvoidClientPlayNetworkHandler.onEndCombat(EndCombatS2CPacket packet) -
Uses of EndCombatS2CPacket in net.minecraft.network.listener
Methods in net.minecraft.network.listener with parameters of type EndCombatS2CPacketModifier and TypeMethodDescriptionvoidClientPlayPacketListener.onEndCombat(EndCombatS2CPacket packet) -
Uses of EndCombatS2CPacket in net.minecraft.network.packet.s2c.play
Fields in net.minecraft.network.packet.s2c.play with type parameters of type EndCombatS2CPacketModifier and TypeFieldDescriptionstatic final PacketCodec<PacketByteBuf,EndCombatS2CPacket> EndCombatS2CPacket.CODECMethods in net.minecraft.network.packet.s2c.play that return types with arguments of type EndCombatS2CPacket