Uses of Enum Class
net.minecraft.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 that return types with arguments of type PlayerModelPartMethods in net.minecraft.client with parameters of type PlayerModelPartModifier and TypeMethodDescriptionvoid
GameSettings.setModelPart
(PlayerModelPart p_178878_1_, boolean p_178878_2_) void
GameSettings.toggleModelPart
(PlayerModelPart p_178877_1_) -
Uses of PlayerModelPart in net.minecraft.client.gui.screen
Methods in net.minecraft.client.gui.screen with parameters of type PlayerModelPartModifier and TypeMethodDescriptionprivate ITextComponent
CustomizeSkinScreen.getMessage
(PlayerModelPart p_238655_1_) -
Uses of PlayerModelPart in net.minecraft.entity.player
Methods in net.minecraft.entity.player that return PlayerModelPartModifier 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.Methods in net.minecraft.entity.player with parameters of type PlayerModelPartModifier and TypeMethodDescriptionboolean
PlayerEntity.isModelPartShown
(PlayerModelPart p_175148_1_)