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 static void
ItemModelGenerator.checkTransition
(ItemModelGenerator.SpanFacing pSpanFacing, List<ItemModelGenerator.Span> pListSpans, SpriteContents pContents, int pFrameIndex, int pPixelX, int pPixelY, int pSpriteWidth, int pSpriteHeight, boolean pTransparent) private static void
ItemModelGenerator.createOrExpandSpan
(List<ItemModelGenerator.Span> pListSpans, ItemModelGenerator.SpanFacing pSpanFacing, int pPixelX, int pPixelY) Constructors in net.minecraft.client.renderer.block.model with parameters of type ItemModelGenerator.SpanFacingModifierConstructorDescriptionSpan
(ItemModelGenerator.SpanFacing pFacing, int pMinMax, int pAnchor)