Uses of Class
net.minecraft.network.packet.s2c.play.EntityEquipmentUpdateS2CPacket
Packages that use EntityEquipmentUpdateS2CPacket
Package
Description
- 
Uses of EntityEquipmentUpdateS2CPacket in net.minecraft.client.networkMethods in net.minecraft.client.network with parameters of type EntityEquipmentUpdateS2CPacketModifier and TypeMethodDescriptionvoidClientPlayNetworkHandler.onEntityEquipmentUpdate(EntityEquipmentUpdateS2CPacket packet) 
- 
Uses of EntityEquipmentUpdateS2CPacket in net.minecraft.network.listenerMethods in net.minecraft.network.listener with parameters of type EntityEquipmentUpdateS2CPacketModifier and TypeMethodDescriptionvoidClientPlayPacketListener.onEntityEquipmentUpdate(EntityEquipmentUpdateS2CPacket packet) 
- 
Uses of EntityEquipmentUpdateS2CPacket in net.minecraft.network.packetFields in net.minecraft.network.packet with type parameters of type EntityEquipmentUpdateS2CPacketModifier and TypeFieldDescriptionstatic final PacketType<EntityEquipmentUpdateS2CPacket> PlayPackets.SET_EQUIPMENT
- 
Uses of EntityEquipmentUpdateS2CPacket in net.minecraft.network.packet.s2c.playFields 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