Uses of Class
net.minecraft.network.packet.s2c.play.EntityAttributesS2CPacket
Packages that use EntityAttributesS2CPacket
Package
Description
-
Uses of EntityAttributesS2CPacket in net.minecraft.client.network
Methods in net.minecraft.client.network with parameters of type EntityAttributesS2CPacketModifier and TypeMethodDescriptionvoidClientPlayNetworkHandler.onEntityAttributes(EntityAttributesS2CPacket packet) -
Uses of EntityAttributesS2CPacket in net.minecraft.entity
Constructors in net.minecraft.entity with parameters of type EntityAttributesS2CPacketModifierConstructorDescriptionclass_1692(EntityAttributesS2CPacket entityAttributesS2CPacket, String string, double double2, Collection collection) -
Uses of EntityAttributesS2CPacket in net.minecraft.network.listener
Methods in net.minecraft.network.listener with parameters of type EntityAttributesS2CPacketModifier and TypeMethodDescriptionvoidClientPlayPacketListener.onEntityAttributes(EntityAttributesS2CPacket packet)