Uses of Class
net.minecraft.core.NonNullList
Packages that use NonNullList
Package
Description
-
Uses of NonNullList in net.minecraft.client.gui.screens.inventory
Fields in net.minecraft.client.gui.screens.inventory declared as NonNullListModifier and TypeFieldDescriptionfinal NonNullList<ItemStack>CreativeModeInventoryScreen.ItemPickerMenu.items -
Uses of NonNullList in net.minecraft.client.gui.screens.inventory.tooltip
Fields in net.minecraft.client.gui.screens.inventory.tooltip declared as NonNullList -
Uses of NonNullList in net.minecraft.client.player.inventory
Fields in net.minecraft.client.player.inventory declared as NonNullList -
Uses of NonNullList in net.minecraft.core
Methods in net.minecraft.core that return NonNullListModifier and TypeMethodDescriptionstatic <E> NonNullList<E>NonNullList.create()static <E> NonNullList<E>NonNullList.createWithCapacity(int p_182648_) static <E> NonNullList<E>NonNullList.of(E p_122784_, E... p_122785_) static <E> NonNullList<E>NonNullList.withSize(int p_122781_, E p_122782_) -
Uses of NonNullList in net.minecraft.network.protocol.game
Constructors in net.minecraft.network.protocol.game with parameters of type NonNullListModifierConstructorDescriptionClientboundContainerSetContentPacket(int p_182704_, int p_182705_, NonNullList<ItemStack> p_182706_, ItemStack p_182707_) -
Uses of NonNullList in net.minecraft.world
Fields in net.minecraft.world declared as NonNullListMethods in net.minecraft.world with parameters of type NonNullListModifier and TypeMethodDescriptionstatic voidContainers.dropContents(Level p_19011_, BlockPos p_19012_, NonNullList<ItemStack> p_19013_) static voidContainerHelper.loadAllItems(CompoundTag p_18981_, NonNullList<ItemStack> p_18982_) static CompoundTagContainerHelper.saveAllItems(CompoundTag p_18974_, NonNullList<ItemStack> p_18975_) static CompoundTagContainerHelper.saveAllItems(CompoundTag p_18977_, NonNullList<ItemStack> p_18978_, boolean p_18979_) -
Uses of NonNullList in net.minecraft.world.entity
Fields in net.minecraft.world.entity declared as NonNullListModifier and TypeFieldDescriptionprivate final NonNullList<ItemStack>Mob.armorItemsprivate final NonNullList<ItemStack>Mob.handItemsprivate final NonNullList<ItemStack>LivingEntity.lastArmorItemStacksprivate final NonNullList<ItemStack>LivingEntity.lastHandItemStacks -
Uses of NonNullList in net.minecraft.world.entity.decoration
Fields in net.minecraft.world.entity.decoration declared as NonNullListModifier and TypeFieldDescriptionprivate final NonNullList<ItemStack>ArmorStand.armorItemsprivate final NonNullList<ItemStack>ArmorStand.handItems -
Uses of NonNullList in net.minecraft.world.entity.player
Fields in net.minecraft.world.entity.player declared as NonNullListModifier and TypeFieldDescriptionfinal NonNullList<ItemStack>Inventory.armorfinal NonNullList<ItemStack>Inventory.itemsfinal NonNullList<ItemStack>Inventory.offhandFields in net.minecraft.world.entity.player with type parameters of type NonNullListModifier and TypeFieldDescriptionprivate final List<NonNullList<ItemStack>>Inventory.compartments -
Uses of NonNullList in net.minecraft.world.entity.vehicle
Fields in net.minecraft.world.entity.vehicle declared as NonNullListModifier and TypeFieldDescriptionprivate NonNullList<ItemStack>AbstractMinecartContainer.itemStacks -
Uses of NonNullList in net.minecraft.world.inventory
Fields in net.minecraft.world.inventory declared as NonNullListModifier and TypeFieldDescriptionprivate final NonNullList<ItemStack>CraftingContainer.itemsprivate final NonNullList<ItemStack>MerchantContainer.itemStacksprivate final NonNullList<ItemStack>ResultContainer.itemStacksprivate final NonNullList<ItemStack>AbstractContainerMenu.lastSlotsprivate final NonNullList<ItemStack>AbstractContainerMenu.remoteSlotsfinal NonNullList<Slot>AbstractContainerMenu.slotsMethods in net.minecraft.world.inventory that return NonNullListMethods in net.minecraft.world.inventory with parameters of type NonNullListModifier and TypeMethodDescriptionvoidContainerSynchronizer.sendInitialData(AbstractContainerMenu p_150535_, NonNullList<ItemStack> p_150536_, ItemStack p_150537_, int[] p_150538_) -
Uses of NonNullList in net.minecraft.world.inventory.tooltip
Fields in net.minecraft.world.inventory.tooltip declared as NonNullListMethods in net.minecraft.world.inventory.tooltip that return NonNullListConstructors in net.minecraft.world.inventory.tooltip with parameters of type NonNullList -
Uses of NonNullList in net.minecraft.world.item
Methods in net.minecraft.world.item with parameters of type NonNullListModifier and TypeMethodDescriptionvoidBlockItem.fillItemCategory(CreativeModeTab p_40569_, NonNullList<ItemStack> p_40570_) voidEnchantedBookItem.fillItemCategory(CreativeModeTab p_41151_, NonNullList<ItemStack> p_41152_) voidItem.fillItemCategory(CreativeModeTab p_41391_, NonNullList<ItemStack> p_41392_) voidPotionItem.fillItemCategory(CreativeModeTab p_42981_, NonNullList<ItemStack> p_42982_) voidTippedArrowItem.fillItemCategory(CreativeModeTab p_43356_, NonNullList<ItemStack> p_43357_) voidCreativeModeTab.fillItemList(NonNullList<ItemStack> p_40778_) -
Uses of NonNullList in net.minecraft.world.item.crafting
Fields in net.minecraft.world.item.crafting declared as NonNullListModifier and TypeFieldDescription(package private) final NonNullList<Ingredient>ShapelessRecipe.ingredients(package private) final NonNullList<Ingredient>ShapedRecipe.recipeItemsMethods in net.minecraft.world.item.crafting that return NonNullListModifier and TypeMethodDescription(package private) static NonNullList<Ingredient>ShapedRecipe.dissolvePattern(String[] p_44203_, Map<String, Ingredient> p_44204_, int p_44205_, int p_44206_) AbstractCookingRecipe.getIngredients()default NonNullList<Ingredient>Recipe.getIngredients()ShapedRecipe.getIngredients()ShapelessRecipe.getIngredients()SingleItemRecipe.getIngredients()BannerDuplicateRecipe.getRemainingItems(CraftingContainer p_43791_) BookCloningRecipe.getRemainingItems(CraftingContainer p_43820_) default NonNullList<ItemStack>Recipe.getRemainingItems(C p_44004_) <C extends Container,T extends Recipe<C>>
NonNullList<ItemStack>RecipeManager.getRemainingItemsFor(RecipeType<T> p_44070_, C p_44071_, Level p_44072_) private static NonNullList<Ingredient>ShapelessRecipe.Serializer.itemsFromJson(com.google.gson.JsonArray p_44276_) Constructors in net.minecraft.world.item.crafting with parameters of type NonNullListModifierConstructorDescriptionShapedRecipe(ResourceLocation p_44153_, String p_44154_, int p_44155_, int p_44156_, NonNullList<Ingredient> p_44157_, ItemStack p_44158_) ShapelessRecipe(ResourceLocation p_44246_, String p_44247_, ItemStack p_44248_, NonNullList<Ingredient> p_44249_) -
Uses of NonNullList in net.minecraft.world.level.block
Methods in net.minecraft.world.level.block with parameters of type NonNullListModifier and TypeMethodDescriptionvoidBlock.fillItemCategory(CreativeModeTab p_49812_, NonNullList<ItemStack> p_49813_) -
Uses of NonNullList in net.minecraft.world.level.block.entity
Fields in net.minecraft.world.level.block.entity declared as NonNullListModifier and TypeFieldDescriptionprotected NonNullList<ItemStack>AbstractFurnaceBlockEntity.itemsprivate NonNullList<ItemStack>BarrelBlockEntity.itemsprivate NonNullList<ItemStack>BrewingStandBlockEntity.itemsprivate final NonNullList<ItemStack>CampfireBlockEntity.itemsprivate NonNullList<ItemStack>ChestBlockEntity.itemsprivate NonNullList<ItemStack>DispenserBlockEntity.itemsprivate NonNullList<ItemStack>HopperBlockEntity.itemsprivate NonNullList<ItemStack>ShulkerBoxBlockEntity.itemStacksMethods in net.minecraft.world.level.block.entity that return NonNullListModifier and TypeMethodDescriptionprotected NonNullList<ItemStack>BarrelBlockEntity.getItems()CampfireBlockEntity.getItems()protected NonNullList<ItemStack>ChestBlockEntity.getItems()protected NonNullList<ItemStack>DispenserBlockEntity.getItems()protected NonNullList<ItemStack>HopperBlockEntity.getItems()protected abstract NonNullList<ItemStack>RandomizableContainerBlockEntity.getItems()protected NonNullList<ItemStack>ShulkerBoxBlockEntity.getItems()Methods in net.minecraft.world.level.block.entity with parameters of type NonNullListModifier and TypeMethodDescriptionprivate booleanAbstractFurnaceBlockEntity.burn(Recipe<?> p_155027_, NonNullList<ItemStack> p_155028_, int p_155029_) private booleanAbstractFurnaceBlockEntity.canBurn(Recipe<?> p_155006_, NonNullList<ItemStack> p_155007_, int p_155008_) private static voidBrewingStandBlockEntity.doBrew(Level p_155291_, BlockPos p_155292_, NonNullList<ItemStack> p_155293_) private static booleanBrewingStandBlockEntity.isBrewable(NonNullList<ItemStack> p_155295_) protected voidBarrelBlockEntity.setItems(NonNullList<ItemStack> p_58610_) protected voidChestBlockEntity.setItems(NonNullList<ItemStack> p_59110_) protected voidDispenserBlockEntity.setItems(NonNullList<ItemStack> p_59243_) protected voidHopperBlockEntity.setItems(NonNullList<ItemStack> p_59371_) protected abstract voidRandomizableContainerBlockEntity.setItems(NonNullList<ItemStack> p_59625_) protected voidShulkerBoxBlockEntity.setItems(NonNullList<ItemStack> p_59674_) -
Uses of NonNullList in net.minecraftforge.common.brewing
Methods in net.minecraftforge.common.brewing with parameters of type NonNullListModifier and TypeMethodDescriptionstatic voidBrewingRecipeRegistry.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 booleanBrewingRecipeRegistry.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.debug.recipe.recipebook
Fields in net.minecraftforge.debug.recipe.recipebook declared as NonNullListModifier and TypeFieldDescriptionprivate final NonNullList<Ingredient>RecipeBookTestRecipe.itemsMethods in net.minecraftforge.debug.recipe.recipebook that return NonNullList -
Uses of NonNullList in net.minecraftforge.event
Methods in net.minecraftforge.event with parameters of type NonNullListModifier and TypeMethodDescriptionstatic booleanForgeEventFactory.onPotionAttemptBrew(NonNullList<ItemStack> stacks) static voidForgeEventFactory.onPotionBrewed(NonNullList<ItemStack> brewingItemStacks) -
Uses of NonNullList in net.minecraftforge.event.brewing
Fields in net.minecraftforge.event.brewing declared as NonNullListConstructors in net.minecraftforge.event.brewing with parameters of type NonNullListModifierConstructorDescriptionPost(NonNullList<ItemStack> stacks) protectedPotionBrewEvent(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 NonNullListMethods in net.minecraftforge.event.entity.player that return NonNullListModifier and TypeMethodDescriptionItemFishedEvent.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 NonNullListConstructors in net.minecraftforge.items with parameters of type NonNullList