Uses of Enum Class
net.minecraft.world.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 with parameters of type PlayerModelPartModifier and TypeMethodDescriptionbooleanOptions.isModelPartEnabled(PlayerModelPart pPlayerModelPart) voidOptions.setModelPart(PlayerModelPart pModelPart, boolean pEnable) -
Uses of PlayerModelPart in net.minecraft.world.entity
Methods in net.minecraft.world.entity with parameters of type PlayerModelPart -
Uses of PlayerModelPart in net.minecraft.world.entity.player
Fields in net.minecraft.world.entity.player with type parameters of type PlayerModelPartModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<PlayerModelPart> PlayerModelPart.CODECMethods in net.minecraft.world.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.