public class TileAssemblyTable.AssemblyInstruction extends java.lang.Object implements java.lang.Comparable<TileAssemblyTable.AssemblyInstruction>
Modifier and Type | Field and Description |
---|---|
net.minecraft.item.ItemStack |
output |
AssemblyRecipe |
recipe |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(TileAssemblyTable.AssemblyInstruction o) |
boolean |
equals(java.lang.Object obj) |
public final AssemblyRecipe recipe
public final net.minecraft.item.ItemStack output
public int compareTo(TileAssemblyTable.AssemblyInstruction o)
compareTo
in interface java.lang.Comparable<TileAssemblyTable.AssemblyInstruction>
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object