Modifier and Type | Field and Description |
---|---|
protected static java.lang.ThreadLocal<NonNullList<ItemStack>> |
Block.capturedDrops |
Modifier and Type | Method and Description |
---|---|
protected NonNullList<ItemStack> |
Block.captureDrops(boolean start) |
NonNullList<ItemStack> |
BlockOldLeaf.onSheared(ItemStack item,
IBlockAccess world,
BlockPos pos,
int fortune) |
NonNullList<ItemStack> |
BlockNewLeaf.onSheared(ItemStack item,
IBlockAccess world,
BlockPos pos,
int fortune) |
NonNullList<ItemStack> |
BlockTallGrass.onSheared(ItemStack item,
IBlockAccess world,
BlockPos pos,
int fortune) |
Modifier and Type | Method and Description |
---|---|
void |
BlockNetherWart.getDrops(NonNullList<ItemStack> drops,
IBlockAccess world,
BlockPos pos,
IBlockState state,
int fortune) |
void |
BlockLeaves.getDrops(NonNullList<ItemStack> drops,
IBlockAccess world,
BlockPos pos,
IBlockState state,
int fortune) |
void |
BlockBanner.getDrops(NonNullList<ItemStack> drops,
IBlockAccess world,
BlockPos pos,
IBlockState state,
int fortune) |
void |
BlockPotato.getDrops(NonNullList<ItemStack> drops,
IBlockAccess world,
BlockPos pos,
IBlockState state,
int fortune) |
void |
BlockCocoa.getDrops(NonNullList<ItemStack> drops,
IBlockAccess world,
BlockPos pos,
IBlockState state,
int fortune) |
void |
BlockCrops.getDrops(NonNullList<ItemStack> drops,
IBlockAccess world,
BlockPos pos,
IBlockState state,
int fortune) |
void |
BlockSkull.getDrops(NonNullList<ItemStack> drops,
IBlockAccess worldIn,
BlockPos pos,
IBlockState state,
int fortune) |
void |
BlockFlowerPot.getDrops(NonNullList<ItemStack> drops,
IBlockAccess world,
BlockPos pos,
IBlockState state,
int fortune) |
void |
Block.getDrops(NonNullList<ItemStack> drops,
IBlockAccess world,
BlockPos pos,
IBlockState state,
int fortune)
This gets a complete list of items dropped from this block.
|
void |
BlockStem.getDrops(NonNullList<ItemStack> drops,
IBlockAccess world,
BlockPos pos,
IBlockState state,
int fortune) |
void |
BlockTallGrass.getDrops(NonNullList<ItemStack> drops,
IBlockAccess world,
BlockPos pos,
IBlockState state,
int fortune) |
void |
BlockPistonMoving.getDrops(NonNullList<ItemStack> drops,
IBlockAccess world,
BlockPos pos,
IBlockState state,
int fortune) |
void |
BlockStoneBrick.getSubBlocks(CreativeTabs itemIn,
NonNullList<ItemStack> items) |
void |
BlockStone.getSubBlocks(CreativeTabs itemIn,
NonNullList<ItemStack> items) |
void |
BlockDaylightDetector.getSubBlocks(CreativeTabs itemIn,
NonNullList<ItemStack> items) |
void |
BlockPlanks.getSubBlocks(CreativeTabs itemIn,
NonNullList<ItemStack> items) |
void |
BlockRedSandstone.getSubBlocks(CreativeTabs itemIn,
NonNullList<ItemStack> items) |
void |
BlockStoneSlab.getSubBlocks(CreativeTabs itemIn,
NonNullList<ItemStack> items) |
void |
BlockCarpet.getSubBlocks(CreativeTabs itemIn,
NonNullList<ItemStack> items) |
void |
BlockQuartz.getSubBlocks(CreativeTabs itemIn,
NonNullList<ItemStack> items) |
void |
BlockWoodSlab.getSubBlocks(CreativeTabs itemIn,
NonNullList<ItemStack> items) |
void |
BlockAnvil.getSubBlocks(CreativeTabs itemIn,
NonNullList<ItemStack> items) |
void |
BlockSand.getSubBlocks(CreativeTabs itemIn,
NonNullList<ItemStack> items) |
void |
BlockPrismarine.getSubBlocks(CreativeTabs itemIn,
NonNullList<ItemStack> items) |
void |
BlockConcretePowder.getSubBlocks(CreativeTabs itemIn,
NonNullList<ItemStack> items) |
void |
BlockDoublePlant.getSubBlocks(CreativeTabs itemIn,
NonNullList<ItemStack> items) |
void |
BlockStainedGlassPane.getSubBlocks(CreativeTabs itemIn,
NonNullList<ItemStack> items) |
void |
BlockStoneSlabNew.getSubBlocks(CreativeTabs itemIn,
NonNullList<ItemStack> items) |
void |
BlockSandStone.getSubBlocks(CreativeTabs itemIn,
NonNullList<ItemStack> items) |
void |
BlockSapling.getSubBlocks(CreativeTabs itemIn,
NonNullList<ItemStack> items) |
void |
BlockOldLeaf.getSubBlocks(CreativeTabs itemIn,
NonNullList<ItemStack> items) |
void |
BlockSilverfish.getSubBlocks(CreativeTabs itemIn,
NonNullList<ItemStack> items) |
void |
BlockOldLog.getSubBlocks(CreativeTabs itemIn,
NonNullList<ItemStack> items) |
void |
BlockFlower.getSubBlocks(CreativeTabs itemIn,
NonNullList<ItemStack> items) |
void |
Block.getSubBlocks(CreativeTabs itemIn,
NonNullList<ItemStack> items) |
void |
BlockColored.getSubBlocks(CreativeTabs itemIn,
NonNullList<ItemStack> items) |
void |
BlockSponge.getSubBlocks(CreativeTabs itemIn,
NonNullList<ItemStack> items) |
void |
BlockStainedGlass.getSubBlocks(CreativeTabs itemIn,
NonNullList<ItemStack> items) |
void |
BlockNewLeaf.getSubBlocks(CreativeTabs itemIn,
NonNullList<ItemStack> items) |
void |
BlockWall.getSubBlocks(CreativeTabs itemIn,
NonNullList<ItemStack> items) |
void |
BlockTallGrass.getSubBlocks(CreativeTabs itemIn,
NonNullList<ItemStack> items) |
void |
BlockNewLog.getSubBlocks(CreativeTabs itemIn,
NonNullList<ItemStack> items) |
void |
BlockDirt.getSubBlocks(CreativeTabs itemIn,
NonNullList<ItemStack> items) |
Modifier and Type | Method and Description |
---|---|
void |
GuiRepair.sendAllContents(Container containerToSend,
NonNullList<ItemStack> itemsList) |
Modifier and Type | Field and Description |
---|---|
NonNullList<ItemStack> |
GuiContainerCreative.ContainerCreative.itemList |
Modifier and Type | Method and Description |
---|---|
void |
CreativeCrafting.sendAllContents(Container containerToSend,
NonNullList<ItemStack> itemsList) |
Modifier and Type | Method and Description |
---|---|
void |
CreativeTabs.displayAllRelevantItems(NonNullList<ItemStack> p_78018_1_) |
Modifier and Type | Field and Description |
---|---|
private NonNullList<ItemStack> |
EntityLivingBase.armorArray |
private NonNullList<ItemStack> |
EntityLivingBase.handInventory |
private NonNullList<ItemStack> |
EntityLiving.inventoryArmor |
private NonNullList<ItemStack> |
EntityLiving.inventoryHands |
Modifier and Type | Field and Description |
---|---|
private NonNullList<ItemStack> |
EntityArmorStand.armorItems |
private NonNullList<ItemStack> |
EntityArmorStand.handItems |
private NonNullList<ItemStack> |
EntityMinecartContainer.minecartContainerItems |
Modifier and Type | Field and Description |
---|---|
NonNullList<ItemStack> |
InventoryPlayer.armorInventory |
NonNullList<ItemStack> |
InventoryPlayer.mainInventory |
NonNullList<ItemStack> |
InventoryPlayer.offHandInventory |
Modifier and Type | Field and Description |
---|---|
private java.util.List<NonNullList<ItemStack>> |
InventoryPlayer.allInventories |
Modifier and Type | Method and Description |
---|---|
void |
EntityPlayerMP.sendAllContents(Container containerToSend,
NonNullList<ItemStack> itemsList) |
Modifier and Type | Field and Description |
---|---|
private NonNullList<ItemStack> |
InventoryBasic.inventoryContents |
NonNullList<ItemStack> |
Container.inventoryItemStacks |
private NonNullList<ItemStack> |
InventoryMerchant.slots |
private NonNullList<ItemStack> |
InventoryCrafting.stackList |
private NonNullList<ItemStack> |
InventoryCraftResult.stackResult |
Modifier and Type | Method and Description |
---|---|
NonNullList<ItemStack> |
Container.getInventory() |
Modifier and Type | Method and Description |
---|---|
static void |
ItemStackHelper.loadAllItems(NBTTagCompound tag,
NonNullList<ItemStack> list) |
static NBTTagCompound |
ItemStackHelper.saveAllItems(NBTTagCompound tag,
NonNullList<ItemStack> list) |
static NBTTagCompound |
ItemStackHelper.saveAllItems(NBTTagCompound tag,
NonNullList<ItemStack> list,
boolean saveEmpty) |
void |
IContainerListener.sendAllContents(Container containerToSend,
NonNullList<ItemStack> itemsList) |
Modifier and Type | Field and Description |
---|---|
NonNullList<Ingredient> |
ShapedRecipes.recipeItems |
NonNullList<Ingredient> |
ShapelessRecipes.recipeItems |
Constructor and Description |
---|
ShapedRecipes(java.lang.String group,
int width,
int height,
NonNullList<Ingredient> ingredients,
ItemStack result) |
ShapelessRecipes(java.lang.String group,
ItemStack output,
NonNullList<Ingredient> ingredients) |
Constructor and Description |
---|
SPacketWindowItems(int p_i47317_1_,
NonNullList<ItemStack> p_i47317_2_) |
Modifier and Type | Field and Description |
---|---|
private NonNullList<ItemStack> |
TileEntityBrewingStand.brewingItemStacks |
private NonNullList<ItemStack> |
TileEntityChest.chestContents |
private NonNullList<ItemStack> |
TileEntityFurnace.furnaceItemStacks |
private NonNullList<ItemStack> |
TileEntityHopper.inventory |
private NonNullList<ItemStack> |
TileEntityShulkerBox.items |
private NonNullList<ItemStack> |
TileEntityDispenser.stacks |
Modifier and Type | Method and Description |
---|---|
protected NonNullList<ItemStack> |
TileEntityShulkerBox.getItems() |
protected abstract NonNullList<ItemStack> |
TileEntityLockableLoot.getItems() |
protected NonNullList<ItemStack> |
TileEntityChest.getItems() |
protected NonNullList<ItemStack> |
TileEntityDispenser.getItems() |
protected NonNullList<ItemStack> |
TileEntityHopper.getItems() |
Modifier and Type | Method and Description |
---|---|
static <E> NonNullList<E> |
NonNullList.create() |
static <E> NonNullList<E> |
NonNullList.from(E defaultElementIn,
E... elements) |
static <E> NonNullList<E> |
NonNullList.withSize(int size,
E fill) |
Modifier and Type | Method and Description |
---|---|
static NonNullList<ItemStack> |
ForgeHooks.defaultRecipeGetRemainingItems(InventoryCrafting inv)
Default implementation of IRecipe.func_179532_b {getRemainingItems} because
this is just copy pasted over a lot of recipes.
|
Modifier and Type | Method and Description |
---|---|
static float |
ISpecialArmor.ArmorProperties.applyArmor(EntityLivingBase entity,
NonNullList<ItemStack> inventory,
DamageSource source,
double damage)
Gathers and applies armor reduction to damage being dealt to a entity.
|
Modifier and Type | Method and Description |
---|---|
static void |
BrewingRecipeRegistry.brewPotions(NonNullList<ItemStack> inputs,
ItemStack ingredient,
int[] inputIndexes)
Used by the brewing stand to brew its inventory Extra parameters exist to
allow modders to create bigger brewing stands without much hassle
|
static boolean |
BrewingRecipeRegistry.canBrew(NonNullList<ItemStack> inputs,
ItemStack ingredient,
int[] inputIndexes)
Used by the brewing stand to determine if its contents can be brewed.
|
Modifier and Type | Field and Description |
---|---|
NonNullList<Ingredient> |
CraftingHelper.ShapedPrimer.input |
Modifier and Type | Method and Description |
---|---|
static boolean |
ForgeEventFactory.onPotionAttemptBrew(NonNullList<ItemStack> stacks) |
static void |
ForgeEventFactory.onPotionBrewed(NonNullList<ItemStack> brewingItemStacks) |
Modifier and Type | Field and Description |
---|---|
private NonNullList<ItemStack> |
PotionBrewEvent.stacks |
Constructor and Description |
---|
Post(NonNullList<ItemStack> stacks) |
PotionBrewEvent(NonNullList<ItemStack> stacks) |
Pre(NonNullList<ItemStack> stacks) |
Modifier and Type | Field and Description |
---|---|
private NonNullList<ItemStack> |
ItemFishedEvent.stacks |
Modifier and Type | Method and Description |
---|---|
NonNullList<ItemStack> |
ItemFishedEvent.getDrops()
Use this to get the items the player will receive.
|
Modifier and Type | Method and Description |
---|---|
void |
UniversalBucket.getSubItems(CreativeTabs tab,
NonNullList<ItemStack> subItems) |
Modifier and Type | Field and Description |
---|---|
protected NonNullList<ItemStack> |
ItemStackHandler.stacks |
Constructor and Description |
---|
ItemStackHandler(NonNullList<ItemStack> stacks) |
Modifier and Type | Field and Description |
---|---|
static NonNullList<ItemStack> |
OreDictionary.EMPTY_LIST |
protected NonNullList<Ingredient> |
ShapedOreRecipe.input |
protected NonNullList<Ingredient> |
ShapelessOreRecipe.input |
private NonNullList<ItemStack> |
OreIngredient.ores |
Modifier and Type | Field and Description |
---|---|
private static java.util.List<NonNullList<ItemStack>> |
OreDictionary.idToStack |
private static java.util.List<NonNullList<ItemStack>> |
OreDictionary.idToStackUn |
Modifier and Type | Method and Description |
---|---|
NonNullList<Ingredient> |
ShapedOreRecipe.getIngredients() |
NonNullList<Ingredient> |
ShapelessOreRecipe.getIngredients() |
private static NonNullList<ItemStack> |
OreDictionary.getOres(int id)
Retrieves the List of items that are registered to this ore type.
|
static NonNullList<ItemStack> |
OreDictionary.getOres(java.lang.String name)
Retrieves the ArrayList of items that are registered to this ore type.
|
static NonNullList<ItemStack> |
OreDictionary.getOres(java.lang.String name,
boolean alwaysCreateEntry)
Retrieves the List of items that are registered to this ore type at this instant.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
OreDictionary.containsMatch(boolean strict,
NonNullList<ItemStack> inputs,
ItemStack... targets) |
Constructor and Description |
---|
ShapelessOreRecipe(ResourceLocation group,
NonNullList<Ingredient> input,
ItemStack result) |