Uses of Enum Class
net.minecraft.entity.player.PlayerModelPart
Packages that use PlayerModelPart
Package
Description
The base package for all Minecraft classes.
-
Uses of PlayerModelPart in net.minecraft
Methods in net.minecraft with parameters of type PlayerModelPartModifier and TypeMethodDescriptionbooleanclass_11890.method_74091(PlayerModelPart playerModelPart) -
Uses of PlayerModelPart in net.minecraft.client.option
Fields in net.minecraft.client.option with type parameters of type PlayerModelPartModifier and TypeFieldDescriptionprivate final Set<PlayerModelPart> GameOptions.enabledPlayerModelPartsMethods in net.minecraft.client.option with parameters of type PlayerModelPartModifier and TypeMethodDescriptionbooleanGameOptions.isPlayerModelPartEnabled(PlayerModelPart part) voidGameOptions.setPlayerModelPart(PlayerModelPart part, boolean enabled) -
Uses of PlayerModelPart in net.minecraft.entity.player
Fields in net.minecraft.entity.player with type parameters of type PlayerModelPartModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<PlayerModelPart> PlayerModelPart.field_62532Methods in net.minecraft.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.