Uses of Class
net.minecraft.util.NonNullList
-
-
Uses of NonNullList in net.minecraft.block
Methods in net.minecraft.block with parameters of type NonNullList Modifier and Type Method Description void
Block. fillItemCategory(ItemGroup p_149666_1_, NonNullList<ItemStack> p_149666_2_)
-
Uses of NonNullList in net.minecraft.client.gui.screen.inventory
Fields in net.minecraft.client.gui.screen.inventory declared as NonNullList Modifier and Type Field Description NonNullList<ItemStack>
CreativeScreen.CreativeContainer. items
Methods in net.minecraft.client.gui.screen.inventory with parameters of type NonNullList Modifier and Type Method Description void
AbstractRepairScreen. refreshContainer(Container p_71110_1_, NonNullList<ItemStack> p_71110_2_)
void
CreativeCraftingListener. refreshContainer(Container p_71110_1_, NonNullList<ItemStack> p_71110_2_)
-
Uses of NonNullList in net.minecraft.client.settings
Fields in net.minecraft.client.settings declared as NonNullList Modifier and Type Field Description private NonNullList<ItemStack>
HotbarSnapshot. items
-
Uses of NonNullList in net.minecraft.entity
Fields in net.minecraft.entity declared as NonNullList Modifier and Type Field Description private NonNullList<ItemStack>
MobEntity. armorItems
private NonNullList<ItemStack>
MobEntity. handItems
private NonNullList<ItemStack>
LivingEntity. lastArmorItemStacks
private NonNullList<ItemStack>
LivingEntity. lastHandItemStacks
-
Uses of NonNullList in net.minecraft.entity.item
Fields in net.minecraft.entity.item declared as NonNullList Modifier and Type Field Description private NonNullList<ItemStack>
ArmorStandEntity. armorItems
private NonNullList<ItemStack>
ArmorStandEntity. handItems
-
Uses of NonNullList in net.minecraft.entity.item.minecart
Fields in net.minecraft.entity.item.minecart declared as NonNullList Modifier and Type Field Description private NonNullList<ItemStack>
ContainerMinecartEntity. itemStacks
-
Uses of NonNullList in net.minecraft.entity.player
Fields in net.minecraft.entity.player declared as NonNullList Modifier and Type Field Description NonNullList<ItemStack>
PlayerInventory. armor
NonNullList<ItemStack>
PlayerInventory. items
NonNullList<ItemStack>
PlayerInventory. offhand
Fields in net.minecraft.entity.player with type parameters of type NonNullList Modifier and Type Field Description private java.util.List<NonNullList<ItemStack>>
PlayerInventory. compartments
Methods in net.minecraft.entity.player with parameters of type NonNullList Modifier and Type Method Description void
ServerPlayerEntity. refreshContainer(Container p_71110_1_, NonNullList<ItemStack> p_71110_2_)
-
Uses of NonNullList in net.minecraft.inventory
Fields in net.minecraft.inventory declared as NonNullList Modifier and Type Field Description private NonNullList<ItemStack>
CraftingInventory. items
private NonNullList<ItemStack>
Inventory. items
private NonNullList<ItemStack>
CraftResultInventory. itemStacks
private NonNullList<ItemStack>
MerchantInventory. itemStacks
Methods in net.minecraft.inventory with parameters of type NonNullList Modifier and Type Method Description static void
InventoryHelper. dropContents(World p_219961_0_, BlockPos p_219961_1_, NonNullList<ItemStack> p_219961_2_)
static void
ItemStackHelper. loadAllItems(CompoundNBT p_191283_0_, NonNullList<ItemStack> p_191283_1_)
static CompoundNBT
ItemStackHelper. saveAllItems(CompoundNBT p_191282_0_, NonNullList<ItemStack> p_191282_1_)
static CompoundNBT
ItemStackHelper. saveAllItems(CompoundNBT p_191281_0_, NonNullList<ItemStack> p_191281_1_, boolean p_191281_2_)
-
Uses of NonNullList in net.minecraft.inventory.container
Fields in net.minecraft.inventory.container declared as NonNullList Modifier and Type Field Description private NonNullList<ItemStack>
Container. lastSlots
Methods in net.minecraft.inventory.container that return NonNullList Modifier and Type Method Description NonNullList<ItemStack>
Container. getItems()
Methods in net.minecraft.inventory.container with parameters of type NonNullList Modifier and Type Method Description void
IContainerListener. refreshContainer(Container p_71110_1_, NonNullList<ItemStack> p_71110_2_)
-
Uses of NonNullList in net.minecraft.item
Methods in net.minecraft.item with parameters of type NonNullList Modifier and Type Method Description void
BlockItem. fillItemCategory(ItemGroup p_150895_1_, NonNullList<ItemStack> p_150895_2_)
void
EnchantedBookItem. fillItemCategory(ItemGroup p_150895_1_, NonNullList<ItemStack> p_150895_2_)
void
Item. fillItemCategory(ItemGroup p_150895_1_, NonNullList<ItemStack> p_150895_2_)
void
PotionItem. fillItemCategory(ItemGroup p_150895_1_, NonNullList<ItemStack> p_150895_2_)
void
TippedArrowItem. fillItemCategory(ItemGroup p_150895_1_, NonNullList<ItemStack> p_150895_2_)
void
ItemGroup. fillItemList(NonNullList<ItemStack> p_78018_1_)
-
Uses of NonNullList in net.minecraft.item.crafting
Fields in net.minecraft.item.crafting declared as NonNullList Modifier and Type Field Description private NonNullList<Ingredient>
ShapelessRecipe. ingredients
private NonNullList<Ingredient>
ShapedRecipe. recipeItems
Methods in net.minecraft.item.crafting that return NonNullList Modifier and Type Method Description private static NonNullList<Ingredient>
ShapedRecipe. dissolvePattern(java.lang.String[] p_192402_0_, java.util.Map<java.lang.String,Ingredient> p_192402_1_, int p_192402_2_, int p_192402_3_)
NonNullList<Ingredient>
AbstractCookingRecipe. getIngredients()
default NonNullList<Ingredient>
IRecipe. getIngredients()
NonNullList<Ingredient>
ShapedRecipe. getIngredients()
NonNullList<Ingredient>
ShapelessRecipe. getIngredients()
NonNullList<Ingredient>
SingleItemRecipe. getIngredients()
NonNullList<ItemStack>
BannerDuplicateRecipe. getRemainingItems(CraftingInventory p_179532_1_)
NonNullList<ItemStack>
BookCloningRecipe. getRemainingItems(CraftingInventory p_179532_1_)
default NonNullList<ItemStack>
IRecipe. getRemainingItems(C p_179532_1_)
<C extends IInventory,T extends IRecipe<C>>
NonNullList<ItemStack>RecipeManager. getRemainingItemsFor(IRecipeType<T> p_215369_1_, C p_215369_2_, World p_215369_3_)
private static NonNullList<Ingredient>
ShapelessRecipe.Serializer. itemsFromJson(com.google.gson.JsonArray p_199568_0_)
Constructors in net.minecraft.item.crafting with parameters of type NonNullList Constructor Description ShapedRecipe(ResourceLocation p_i48162_1_, java.lang.String p_i48162_2_, int p_i48162_3_, int p_i48162_4_, NonNullList<Ingredient> p_i48162_5_, ItemStack p_i48162_6_)
ShapelessRecipe(ResourceLocation p_i48161_1_, java.lang.String p_i48161_2_, ItemStack p_i48161_3_, NonNullList<Ingredient> p_i48161_4_)
-
Uses of NonNullList in net.minecraft.network.play.server
Constructors in net.minecraft.network.play.server with parameters of type NonNullList Constructor Description SWindowItemsPacket(int p_i47317_1_, NonNullList<ItemStack> p_i47317_2_)
-
Uses of NonNullList in net.minecraft.tileentity
Fields in net.minecraft.tileentity declared as NonNullList Modifier and Type Field Description protected NonNullList<ItemStack>
AbstractFurnaceTileEntity. items
private NonNullList<ItemStack>
BarrelTileEntity. items
private NonNullList<ItemStack>
BrewingStandTileEntity. items
private NonNullList<ItemStack>
CampfireTileEntity. items
private NonNullList<ItemStack>
ChestTileEntity. items
private NonNullList<ItemStack>
DispenserTileEntity. items
private NonNullList<ItemStack>
HopperTileEntity. items
private NonNullList<ItemStack>
ShulkerBoxTileEntity. itemStacks
Methods in net.minecraft.tileentity that return NonNullList Modifier and Type Method Description protected NonNullList<ItemStack>
BarrelTileEntity. getItems()
NonNullList<ItemStack>
CampfireTileEntity. getItems()
protected NonNullList<ItemStack>
ChestTileEntity. getItems()
protected NonNullList<ItemStack>
DispenserTileEntity. getItems()
protected NonNullList<ItemStack>
HopperTileEntity. getItems()
protected abstract NonNullList<ItemStack>
LockableLootTileEntity. getItems()
protected NonNullList<ItemStack>
ShulkerBoxTileEntity. getItems()
Methods in net.minecraft.tileentity with parameters of type NonNullList Modifier and Type Method Description protected void
BarrelTileEntity. setItems(NonNullList<ItemStack> p_199721_1_)
protected void
ChestTileEntity. setItems(NonNullList<ItemStack> p_199721_1_)
protected void
DispenserTileEntity. setItems(NonNullList<ItemStack> p_199721_1_)
protected void
HopperTileEntity. setItems(NonNullList<ItemStack> p_199721_1_)
protected abstract void
LockableLootTileEntity. setItems(NonNullList<ItemStack> p_199721_1_)
protected void
ShulkerBoxTileEntity. setItems(NonNullList<ItemStack> p_199721_1_)
-
Uses of NonNullList in net.minecraft.util
Methods in net.minecraft.util that return NonNullList Modifier and Type Method Description static <E> NonNullList<E>
NonNullList. create()
static <E> NonNullList<E>
NonNullList. of(E p_193580_0_, E... p_193580_1_)
static <E> NonNullList<E>
NonNullList. withSize(int p_191197_0_, E p_191197_1_)
-
Uses of NonNullList in net.minecraftforge.common.brewing
Methods in net.minecraftforge.common.brewing with parameters of type NonNullList Modifier and Type Method 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 hasslestatic boolean
BrewingRecipeRegistry. canBrew(NonNullList<ItemStack> inputs, ItemStack ingredient, int[] inputIndexes)
Used by the brewing stand to determine if its contents can be brewed. -
Uses of NonNullList in net.minecraftforge.event
Methods in net.minecraftforge.event with parameters of type NonNullList Modifier and Type Method Description static boolean
ForgeEventFactory. onPotionAttemptBrew(NonNullList<ItemStack> stacks)
static void
ForgeEventFactory. onPotionBrewed(NonNullList<ItemStack> brewingItemStacks)
-
Uses of NonNullList in net.minecraftforge.event.brewing
Fields in net.minecraftforge.event.brewing declared as NonNullList Modifier and Type Field Description private NonNullList<ItemStack>
PotionBrewEvent. stacks
Constructors in net.minecraftforge.event.brewing with parameters of type NonNullList Constructor Description Post(NonNullList<ItemStack> stacks)
PotionBrewEvent(NonNullList<ItemStack> stacks)
Pre(NonNullList<ItemStack> stacks)
-
Uses of NonNullList in net.minecraftforge.event.entity.player
Fields in net.minecraftforge.event.entity.player declared as NonNullList Modifier and Type Field Description private NonNullList<ItemStack>
ItemFishedEvent. stacks
Methods in net.minecraftforge.event.entity.player that return NonNullList Modifier and Type Method Description NonNullList<ItemStack>
ItemFishedEvent. getDrops()
Use this to get the items the player will receive. -
Uses of NonNullList in net.minecraftforge.items
Fields in net.minecraftforge.items declared as NonNullList Modifier and Type Field Description protected NonNullList<ItemStack>
ItemStackHandler. stacks
Constructors in net.minecraftforge.items with parameters of type NonNullList Constructor Description ItemStackHandler(NonNullList<ItemStack> stacks)
-