Uses of Enum Class
net.minecraft.client.renderer.block.model.ItemModelGenerator.SpanFacing
Packages that use ItemModelGenerator.SpanFacing
-
Uses of ItemModelGenerator.SpanFacing in net.minecraft.client.renderer.block.model
Fields in net.minecraft.client.renderer.block.model declared as ItemModelGenerator.SpanFacingModifier and TypeFieldDescriptionprivate final ItemModelGenerator.SpanFacing
ItemModelGenerator.Span.facing
Methods in net.minecraft.client.renderer.block.model that return ItemModelGenerator.SpanFacingModifier and TypeMethodDescriptionItemModelGenerator.Span.getFacing()
Returns the enum constant of this class with the specified name.static ItemModelGenerator.SpanFacing[]
ItemModelGenerator.SpanFacing.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.SpanFacingModifier and TypeMethodDescriptionprivate void
ItemModelGenerator.checkTransition
(ItemModelGenerator.SpanFacing spanFacing, List<ItemModelGenerator.Span> listSpans, SpriteContents contents, int frameIndex, int pixelX, int pixelY, int spriteWidth, int spriteHeight, boolean transparent) private void
ItemModelGenerator.createOrExpandSpan
(List<ItemModelGenerator.Span> listSpans, ItemModelGenerator.SpanFacing spanFacing, int pixelX, int pixelY) Constructors in net.minecraft.client.renderer.block.model with parameters of type ItemModelGenerator.SpanFacing