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