Uses of Enum Class
net.minecraft.client.renderer.block.model.ItemModelGenerator.SideDirection
Packages that use ItemModelGenerator.SideDirection
-
Uses of ItemModelGenerator.SideDirection in net.minecraft.client.renderer.block.model
Subclasses with type arguments of type ItemModelGenerator.SideDirection in net.minecraft.client.renderer.block.modelFields in net.minecraft.client.renderer.block.model declared as ItemModelGenerator.SideDirectionModifier and TypeFieldDescriptionprivate final ItemModelGenerator.SideDirectionItemModelGenerator.SideFace.facingThe field for thefacingrecord component.Methods in net.minecraft.client.renderer.block.model 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.renderer.block.model 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.renderer.block.model with parameters of type ItemModelGenerator.SideDirectionModifierConstructorDescriptionprivateSideFace(ItemModelGenerator.SideDirection facing, int x, int y) Creates an instance of aSideFacerecord class.