public class MerchantRecipeList extends java.util.ArrayList<MerchantRecipe>
| Constructor and Description | 
|---|
MerchantRecipeList()  | 
MerchantRecipeList(NBTTagCompound compound)  | 
| Modifier and Type | Method and Description | 
|---|---|
MerchantRecipe | 
canRecipeBeUsed(ItemStack p_77203_1_,
               ItemStack p_77203_2_,
               int p_77203_3_)  | 
NBTTagCompound | 
getRecipiesAsTags()  | 
static MerchantRecipeList | 
readFromBuf(PacketBuffer buffer)  | 
void | 
readRecipiesFromTags(NBTTagCompound compound)  | 
void | 
writeToBuf(PacketBuffer buffer)  | 
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSizepublic MerchantRecipeList()
public MerchantRecipeList(NBTTagCompound compound)
@Nullable public MerchantRecipe canRecipeBeUsed(ItemStack p_77203_1_, @Nullable ItemStack p_77203_2_, int p_77203_3_)
public void writeToBuf(PacketBuffer buffer)
public void readRecipiesFromTags(NBTTagCompound compound)
public NBTTagCompound getRecipiesAsTags()
public static MerchantRecipeList readFromBuf(PacketBuffer buffer) throws java.io.IOException
java.io.IOException