Uses of Enum Class
net.minecraft.client.render.entity.PlayerModelPart
Packages that use PlayerModelPart
Package
Description
-
Uses of PlayerModelPart in net.minecraft
Fields in net.minecraft declared as PlayerModelPartConstructors in net.minecraft with parameters of type PlayerModelPartModifierConstructorDescriptionprivateclass_2319(SkinOptionsScreen skinOptionsScreen, int int2, int int3, int int4, int int5, int int6, PlayerModelPart playerModelPart) -
Uses of PlayerModelPart in net.minecraft.client.gui.screen.options
Methods in net.minecraft.client.gui.screen.options with parameters of type PlayerModelPartModifier and TypeMethodDescriptionprivate StringSkinOptionsScreen.getPlayerModelPartDisplayString(PlayerModelPart part) -
Uses of PlayerModelPart in net.minecraft.client.options
Methods in net.minecraft.client.options with parameters of type PlayerModelPartModifier and TypeMethodDescriptionvoidGameOptions.setPlayerModelPart(PlayerModelPart part, boolean enabled) voidGameOptions.togglePlayerModelPart(PlayerModelPart part) -
Uses of PlayerModelPart in net.minecraft.client.render.entity
Methods in net.minecraft.client.render.entity 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. -
Uses of PlayerModelPart in net.minecraft.entity.player
Methods in net.minecraft.entity.player with parameters of type PlayerModelPart