static class ItemModelGenerator.Span
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private int |
anchor |
private int |
max |
private int |
min |
private ItemModelGenerator.SpanFacing |
spanFacing |
Constructor and Description |
---|
Span(ItemModelGenerator.SpanFacing spanFacingIn,
int minIn,
int maxIn) |
Modifier and Type | Method and Description |
---|---|
void |
expand(int posIn) |
int |
getAnchor() |
ItemModelGenerator.SpanFacing |
getFacing() |
int |
getMax() |
int |
getMin() |
private final ItemModelGenerator.SpanFacing spanFacing
private int min
private int max
private final int anchor
public Span(ItemModelGenerator.SpanFacing spanFacingIn, int minIn, int maxIn)
public void expand(int posIn)
public ItemModelGenerator.SpanFacing getFacing()
public int getMin()
public int getMax()
public int getAnchor()