Uses of Class
net.minecraft.network.packet.s2c.play.EntityAttributesS2CPacket
Packages that use EntityAttributesS2CPacket
Package
Description
- 
Uses of EntityAttributesS2CPacket in net.minecraft.client.networkMethods in net.minecraft.client.network with parameters of type EntityAttributesS2CPacketModifier and TypeMethodDescriptionvoidClientPlayNetworkHandler.onEntityAttributes(EntityAttributesS2CPacket packet) 
- 
Uses of EntityAttributesS2CPacket in net.minecraft.network.listenerMethods in net.minecraft.network.listener with parameters of type EntityAttributesS2CPacketModifier and TypeMethodDescriptionvoidClientPlayPacketListener.onEntityAttributes(EntityAttributesS2CPacket packet) 
- 
Uses of EntityAttributesS2CPacket in net.minecraft.network.packetFields in net.minecraft.network.packet with type parameters of type EntityAttributesS2CPacketModifier and TypeFieldDescriptionstatic final PacketType<EntityAttributesS2CPacket> PlayPackets.UPDATE_ATTRIBUTES
- 
Uses of EntityAttributesS2CPacket in net.minecraft.network.packet.s2c.playFields in net.minecraft.network.packet.s2c.play with type parameters of type EntityAttributesS2CPacketModifier and TypeFieldDescriptionstatic final PacketCodec<RegistryByteBuf, EntityAttributesS2CPacket> EntityAttributesS2CPacket.CODECMethods in net.minecraft.network.packet.s2c.play that return types with arguments of type EntityAttributesS2CPacket