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