Uses of Enum Class
net.minecraft.world.entity.player.PlayerModelPart
Packages that use PlayerModelPart
Package
Description
-
Uses of PlayerModelPart in net.minecraft.client
Fields in net.minecraft.client with type parameters of type PlayerModelPartMethods in net.minecraft.client with parameters of type PlayerModelPartModifier and TypeMethodDescriptionbooleanOptions.isModelPartEnabled(PlayerModelPart part) voidOptions.setModelPart(PlayerModelPart part, boolean visible) -
Uses of PlayerModelPart in net.minecraft.world.entity
Methods in net.minecraft.world.entity with parameters of type PlayerModelPart -
Uses of PlayerModelPart in net.minecraft.world.entity.player
Subclasses with type arguments of type PlayerModelPart in net.minecraft.world.entity.playerFields in net.minecraft.world.entity.player with type parameters of type PlayerModelPartMethods in net.minecraft.world.entity.player that return PlayerModelPartModifier and TypeMethodDescriptionstatic PlayerModelPartReturns the enum constant of this class with the specified name.static PlayerModelPart[]PlayerModelPart.values()Returns an array containing the constants of this enum class, in the order they are declared.