Uses of Enum Class
net.minecraft.client.resources.model.cuboid.ItemModelGenerator.SideDirection
Packages that use ItemModelGenerator.SideDirection
-
Uses of ItemModelGenerator.SideDirection in net.minecraft.client.resources.model.cuboid
Subclasses with type arguments of type ItemModelGenerator.SideDirection in net.minecraft.client.resources.model.cuboidFields in net.minecraft.client.resources.model.cuboid declared as ItemModelGenerator.SideDirectionModifier and TypeFieldDescriptionprivate final ItemModelGenerator.SideDirectionItemModelGenerator.SideFace.facingThe field for thefacingrecord component.Methods in net.minecraft.client.resources.model.cuboid that return ItemModelGenerator.SideDirectionModifier and TypeMethodDescriptionItemModelGenerator.SideFace.facing()Returns the value of thefacingrecord component.Returns the enum constant of this class with the specified name.static ItemModelGenerator.SideDirection[]ItemModelGenerator.SideDirection.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.client.resources.model.cuboid with parameters of type ItemModelGenerator.SideDirectionModifier and TypeMethodDescriptionprivate static voidItemModelGenerator.checkTransition(ItemModelGenerator.SideDirection facing, Set<ItemModelGenerator.SideFace> sideFaces, SpriteContents sprite, int frame, int x, int y, int width, int height) Constructors in net.minecraft.client.resources.model.cuboid with parameters of type ItemModelGenerator.SideDirectionModifierConstructorDescriptionprivateSideFace(ItemModelGenerator.SideDirection facing, int x, int y) Creates an instance of aSideFacerecord class.