Uses of Enum Class
net.minecraft.client.renderer.entity.layers.StuckInBodyLayer.PlacementStyle
Packages that use StuckInBodyLayer.PlacementStyle
-
Uses of StuckInBodyLayer.PlacementStyle in net.minecraft.client.renderer.entity.layers
Subclasses with type arguments of type StuckInBodyLayer.PlacementStyle in net.minecraft.client.renderer.entity.layersFields in net.minecraft.client.renderer.entity.layers declared as StuckInBodyLayer.PlacementStyleModifier and TypeFieldDescriptionprivate final StuckInBodyLayer.PlacementStyleStuckInBodyLayer.placementStyleMethods in net.minecraft.client.renderer.entity.layers that return StuckInBodyLayer.PlacementStyleModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static StuckInBodyLayer.PlacementStyle[]StuckInBodyLayer.PlacementStyle.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in net.minecraft.client.renderer.entity.layers with parameters of type StuckInBodyLayer.PlacementStyleModifierConstructorDescriptionStuckInBodyLayer(LivingEntityRenderer<?, AvatarRenderState, M> renderer, Model<S> model, S modelState, Identifier texture, StuckInBodyLayer.PlacementStyle placementStyle)