Package | Description |
---|---|
net.minecraft.client.renderer.block.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 p_178396_1_,
java.util.List<ItemModelGenerator.Span> p_178396_2_,
int[] p_178396_3_,
int p_178396_4_,
int p_178396_5_,
int p_178396_6_,
int p_178396_7_,
boolean p_178396_8_) |
private void |
ItemModelGenerator.createOrExpandSpan(java.util.List<ItemModelGenerator.Span> p_178395_1_,
ItemModelGenerator.SpanFacing p_178395_2_,
int p_178395_3_,
int p_178395_4_) |
Constructor and Description |
---|
Span(ItemModelGenerator.SpanFacing spanFacingIn,
int p_i46216_2_,
int p_i46216_3_) |