Uses of Enum Class
net.minecraft.client.render.entity.PlayerModelPart
Package
Description
-
Uses of PlayerModelPart in net.minecraft.client.option
Modifier and TypeFieldDescriptionprivate final Set<PlayerModelPart>
GameOptions.enabledPlayerModelParts
Modifier and TypeMethodDescriptionboolean
GameOptions.isPlayerModelPartEnabled
(PlayerModelPart part) private void
GameOptions.setPlayerModelPart
(PlayerModelPart part, boolean enabled) void
GameOptions.togglePlayerModelPart
(PlayerModelPart part, boolean enabled) -
Uses of PlayerModelPart in net.minecraft.client.render.entity
Modifier and TypeMethodDescriptionstatic PlayerModelPart
Returns 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. -
Uses of PlayerModelPart in net.minecraft.entity.player