public class StitchSlot extends Object
Modifier and Type | Field and Description |
---|---|
int |
height |
int |
originX |
int |
originY |
int |
width |
Constructor and Description |
---|
StitchSlot(int par1,
int par2,
int par3,
int par4) |
Modifier and Type | Method and Description |
---|---|
boolean |
func_94182_a(StitchHolder par1StitchHolder) |
void |
getAllStitchSlots(List par1List)
Gets the slot and all its subslots
|
int |
getOriginX() |
int |
getOriginY() |
StitchHolder |
getStitchHolder() |
String |
toString() |
public final int originX
public final int originY
public final int width
public final int height
public StitchSlot(int par1, int par2, int par3, int par4)
public StitchHolder getStitchHolder()
public int getOriginX()
public int getOriginY()
public boolean func_94182_a(StitchHolder par1StitchHolder)
public void getAllStitchSlots(List par1List)