Package | Description |
---|---|
net.minecraft.client.renderer.model |
Modifier and Type | Field and Description |
---|---|
private ItemModelGenerator.SpanFacing |
ItemModelGenerator.Span.spanFacing |
Modifier and Type | Method and Description |
---|---|
ItemModelGenerator.SpanFacing |
ItemModelGenerator.Span.getFacing() |
static ItemModelGenerator.SpanFacing |
ItemModelGenerator.SpanFacing.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ItemModelGenerator.SpanFacing[] |
ItemModelGenerator.SpanFacing.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
private void |
ItemModelGenerator.checkTransition(ItemModelGenerator.SpanFacing spanFacingIn,
java.util.List<ItemModelGenerator.Span> listSpansIn,
TextureAtlasSprite spriteIn,
int frameIndex,
int pixelX,
int pixelY,
int spiteWidth,
int spriteHeight,
boolean p_199338_9_) |
private void |
ItemModelGenerator.createOrExpandSpan(java.util.List<ItemModelGenerator.Span> listSpansIn,
ItemModelGenerator.SpanFacing spanFacingIn,
int pixelX,
int pixelY) |
Constructor and Description |
---|
Span(ItemModelGenerator.SpanFacing spanFacingIn,
int minIn,
int maxIn) |