Package net.minecraft.village
Class MerchantRecipeList
- java.lang.Object
-
- java.util.AbstractCollection<E>
-
- java.util.AbstractList<E>
-
- java.util.ArrayList<MerchantRecipe>
-
- net.minecraft.village.MerchantRecipeList
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Cloneable
,java.lang.Iterable<MerchantRecipe>
,java.util.Collection<MerchantRecipe>
,java.util.List<MerchantRecipe>
,java.util.RandomAccess
public class MerchantRecipeList extends java.util.ArrayList<MerchantRecipe>
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code. Minecraft 1.8.8 bytecode is (c) 2015 Mojang AB. "Do not distribute!" Mod Coder Pack v9.18 deobfuscation configs are (c) Copyright by the MCP Team EaglercraftX 1.8 patch files are (c) 2022-2023 LAX1DUDE. All Rights Reserved. WITH THE EXCEPTION OF PATCH FILES, MINIFIED JAVASCRIPT, AND ALL FILES NORMALLY FOUND IN AN UNMODIFIED MINECRAFT RESOURCE PACK, YOU ARE NOT ALLOWED TO SHARE, DISTRIBUTE, OR REPURPOSE ANY FILE USED BY OR PRODUCED BY THE SOFTWARE IN THIS REPOSITORY WITHOUT PRIOR PERMISSION FROM THE PROJECT AUTHOR. NOT FOR COMMERCIAL OR MALICIOUS USE (please read the 'LICENSE' file this repo's root directory for more info)- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MerchantRecipeList()
MerchantRecipeList(NBTTagCompound compound)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description MerchantRecipe
canRecipeBeUsed(ItemStack parItemStack, ItemStack parItemStack2, int parInt1)
+ can par1,par2 be used to in crafting recipe par3NBTTagCompound
getRecipiesAsTags()
static MerchantRecipeList
readFromBuf(PacketBuffer buffer)
void
readRecipiesFromTags(NBTTagCompound compound)
void
writeToBuf(PacketBuffer buffer)
-
Methods inherited from class java.util.ArrayList
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, equals, forEach, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSize
-
-
-
-
Constructor Detail
-
MerchantRecipeList
public MerchantRecipeList()
-
MerchantRecipeList
public MerchantRecipeList(NBTTagCompound compound)
-
-
Method Detail
-
canRecipeBeUsed
public MerchantRecipe canRecipeBeUsed(ItemStack parItemStack, ItemStack parItemStack2, int parInt1)
+ can par1,par2 be used to in crafting recipe par3
-
writeToBuf
public void writeToBuf(PacketBuffer buffer)
-
readFromBuf
public static MerchantRecipeList readFromBuf(PacketBuffer buffer) throws java.io.IOException
- Throws:
java.io.IOException
-
readRecipiesFromTags
public void readRecipiesFromTags(NBTTagCompound compound)
-
getRecipiesAsTags
public NBTTagCompound getRecipiesAsTags()
-
-