Uses of Class
net.minecraft.network.play.server.SEntityPropertiesPacket
-
Packages that use SEntityPropertiesPacket Package Description net.minecraft.client.network.play net.minecraftforge.network -
-
Uses of SEntityPropertiesPacket in net.minecraft.client.network.play
Methods in net.minecraft.client.network.play with parameters of type SEntityPropertiesPacket Modifier and Type Method Description void
ClientPlayNetHandler. handleUpdateAttributes(SEntityPropertiesPacket p_147290_1_)
void
IClientPlayNetHandler. handleUpdateAttributes(SEntityPropertiesPacket p_147290_1_)
-
Uses of SEntityPropertiesPacket in net.minecraftforge.network
Methods in net.minecraftforge.network that return SEntityPropertiesPacket Modifier and Type Method Description private static SEntityPropertiesPacket
VanillaConnectionNetworkFilter. filterEntityProperties(SEntityPropertiesPacket msg)
Filter for SEntityPropertiesPacket.Methods in net.minecraftforge.network with parameters of type SEntityPropertiesPacket Modifier and Type Method Description private static SEntityPropertiesPacket
VanillaConnectionNetworkFilter. filterEntityProperties(SEntityPropertiesPacket msg)
Filter for SEntityPropertiesPacket.
-