public static final class PressureChamberRecipe.RecipeSlot
extends java.lang.Object
| Constructor and Description |
|---|
RecipeSlot(boolean input,
int index)
Create a data object to store the type of slot and the index of the slot.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
int |
getIndex()
Get the index of the slot.
|
int |
hashCode() |
boolean |
isInput()
Checks if this is an input slot.
|
public RecipeSlot(boolean input,
int index)
input - true iff this is an input slotindex - index of the slot in the recipepublic boolean isInput()
public int getIndex()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object