Uses of Enum Class
net.minecraft.world.entity.player.PlayerModelPart
Packages that use PlayerModelPart
-
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 p_168417_) private voidOptions.setModelPart(PlayerModelPart p_92155_, boolean p_92156_) voidOptions.toggleModelPart(PlayerModelPart p_168419_, boolean p_168420_) -
Uses of PlayerModelPart in net.minecraft.world.entity.player
Methods 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.Methods in net.minecraft.world.entity.player with parameters of type PlayerModelPart