Uses of Enum Class
net.minecraft.client.render.entity.PlayerModelPart
Packages that use PlayerModelPart
Package
Description
-
Uses of PlayerModelPart in net.minecraft.client.gui.screen.options
Fields in net.minecraft.client.gui.screen.options declared as PlayerModelPartModifier and TypeFieldDescriptionprivate final PlayerModelPartSkinOptionsScreen.SkinOptionButton.partMethods in net.minecraft.client.gui.screen.options with parameters of type PlayerModelPartModifier and TypeMethodDescriptionprivate StringSkinOptionsScreen.getPlayerModelPartDisplayString(PlayerModelPart part) Constructors in net.minecraft.client.gui.screen.options with parameters of type PlayerModelPartModifierConstructorDescriptionprivateSkinOptionButton(int id, int x, int y, int width, int height, PlayerModelPart part) -
Uses of PlayerModelPart in net.minecraft.client.options
Fields in net.minecraft.client.options with type parameters of type PlayerModelPartMethods in net.minecraft.client.options that return types with arguments of type PlayerModelPartMethods 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