Uses of Class
net.minecraft.util.collection.DefaultedList
-
Uses of DefaultedList in net.minecraft.block
Methods in net.minecraft.block with parameters of type DefaultedList Modifier and Type Method Description voidBlock. addStacksForDisplay(ItemGroup group, DefaultedList<ItemStack> list) -
Uses of DefaultedList in net.minecraft.block.entity
Fields in net.minecraft.block.entity declared as DefaultedList Modifier and Type Field Description protected DefaultedList<ItemStack>AbstractFurnaceBlockEntity. inventoryprivate DefaultedList<ItemStack>BarrelBlockEntity. inventoryprivate DefaultedList<ItemStack>BrewingStandBlockEntity. inventoryprivate DefaultedList<ItemStack>ChestBlockEntity. inventoryprivate DefaultedList<ItemStack>DispenserBlockEntity. inventoryprivate DefaultedList<ItemStack>HopperBlockEntity. inventoryprivate DefaultedList<ItemStack>ShulkerBoxBlockEntity. inventoryprivate DefaultedList<ItemStack>CampfireBlockEntity. itemsBeingCookedMethods in net.minecraft.block.entity that return DefaultedList Modifier and Type Method Description protected DefaultedList<ItemStack>BarrelBlockEntity. getInvStackList()protected DefaultedList<ItemStack>ChestBlockEntity. getInvStackList()protected DefaultedList<ItemStack>DispenserBlockEntity. getInvStackList()protected DefaultedList<ItemStack>HopperBlockEntity. getInvStackList()protected abstract DefaultedList<ItemStack>LootableContainerBlockEntity. getInvStackList()protected DefaultedList<ItemStack>ShulkerBoxBlockEntity. getInvStackList()DefaultedList<ItemStack>CampfireBlockEntity. getItemsBeingCooked()Methods in net.minecraft.block.entity with parameters of type DefaultedList Modifier and Type Method Description private static booleanAbstractFurnaceBlockEntity. canAcceptRecipeOutput(@Nullable Recipe<?> recipe, DefaultedList<ItemStack> slots, int count)private static booleanBrewingStandBlockEntity. canCraft(DefaultedList<ItemStack> slots)private static voidBrewingStandBlockEntity. craft(World world, BlockPos pos, DefaultedList<ItemStack> slots)private static booleanAbstractFurnaceBlockEntity. craftRecipe(@Nullable Recipe<?> recipe, DefaultedList<ItemStack> slots, int count)protected voidBarrelBlockEntity. setInvStackList(DefaultedList<ItemStack> list)protected voidChestBlockEntity. setInvStackList(DefaultedList<ItemStack> list)protected voidDispenserBlockEntity. setInvStackList(DefaultedList<ItemStack> list)protected voidHopperBlockEntity. setInvStackList(DefaultedList<ItemStack> list)protected abstract voidLootableContainerBlockEntity. setInvStackList(DefaultedList<ItemStack> list)protected voidShulkerBoxBlockEntity. setInvStackList(DefaultedList<ItemStack> list) -
Uses of DefaultedList in net.minecraft.client.gui.screen.ingame
Fields in net.minecraft.client.gui.screen.ingame declared as DefaultedList Modifier and Type Field Description DefaultedList<ItemStack>CreativeInventoryScreen.CreativeScreenHandler. itemList -
Uses of DefaultedList in net.minecraft.client.gui.tooltip
Fields in net.minecraft.client.gui.tooltip declared as DefaultedList Modifier and Type Field Description private DefaultedList<ItemStack>BundleTooltipComponent. inventory -
Uses of DefaultedList in net.minecraft.client.item
Fields in net.minecraft.client.item declared as DefaultedList Modifier and Type Field Description private DefaultedList<ItemStack>BundleTooltipData. inventoryMethods in net.minecraft.client.item that return DefaultedList Modifier and Type Method Description DefaultedList<ItemStack>BundleTooltipData. getInventory()Constructors in net.minecraft.client.item with parameters of type DefaultedList Constructor Description BundleTooltipData(DefaultedList<ItemStack> inventory, int bundleOccupancy) -
Uses of DefaultedList in net.minecraft.client.option
Fields in net.minecraft.client.option declared as DefaultedList Modifier and Type Field Description private DefaultedList<ItemStack>HotbarStorageEntry. delegate -
Uses of DefaultedList in net.minecraft.entity
Fields in net.minecraft.entity declared as DefaultedList Modifier and Type Field Description private DefaultedList<ItemStack>LivingEntity. equippedArmorprivate DefaultedList<ItemStack>LivingEntity. equippedHand -
Uses of DefaultedList in net.minecraft.entity.decoration
Fields in net.minecraft.entity.decoration declared as DefaultedList Modifier and Type Field Description private DefaultedList<ItemStack>ArmorStandEntity. armorItemsprivate DefaultedList<ItemStack>ArmorStandEntity. heldItems -
Uses of DefaultedList in net.minecraft.entity.mob
Fields in net.minecraft.entity.mob declared as DefaultedList Modifier and Type Field Description private DefaultedList<ItemStack>MobEntity. armorItemsprivate DefaultedList<ItemStack>MobEntity. handItems -
Uses of DefaultedList in net.minecraft.entity.player
Fields in net.minecraft.entity.player declared as DefaultedList Modifier and Type Field Description DefaultedList<ItemStack>PlayerInventory. armorDefaultedList<ItemStack>PlayerInventory. mainDefaultedList<ItemStack>PlayerInventory. offHandFields in net.minecraft.entity.player with type parameters of type DefaultedList Modifier and Type Field Description private List<DefaultedList<ItemStack>>PlayerInventory. combinedInventory -
Uses of DefaultedList in net.minecraft.entity.vehicle
Fields in net.minecraft.entity.vehicle declared as DefaultedList Modifier and Type Field Description private DefaultedList<ItemStack>StorageMinecartEntity. inventory -
Uses of DefaultedList in net.minecraft.inventory
Fields in net.minecraft.inventory declared as DefaultedList Modifier and Type Field Description private DefaultedList<ItemStack>CraftingInventory. stacksprivate DefaultedList<ItemStack>CraftingResultInventory. stacksprivate DefaultedList<ItemStack>SimpleInventory. stacksMethods in net.minecraft.inventory with parameters of type DefaultedList Modifier and Type Method Description static voidInventories. readNbt(NbtCompound nbt, DefaultedList<ItemStack> stacks)static NbtCompoundInventories. writeNbt(NbtCompound nbt, DefaultedList<ItemStack> stacks)static NbtCompoundInventories. writeNbt(NbtCompound nbt, DefaultedList<ItemStack> stacks, boolean setIfEmpty) -
Uses of DefaultedList in net.minecraft.item
Methods in net.minecraft.item with parameters of type DefaultedList Modifier and Type Method Description voidBlockItem. appendStacks(ItemGroup group, DefaultedList<ItemStack> stacks)voidEnchantedBookItem. appendStacks(ItemGroup group, DefaultedList<ItemStack> stacks)voidItem. appendStacks(ItemGroup group, DefaultedList<ItemStack> stacks)voidItemGroup. appendStacks(DefaultedList<ItemStack> stacks)voidPotionItem. appendStacks(ItemGroup group, DefaultedList<ItemStack> stacks)voidTippedArrowItem. appendStacks(ItemGroup group, DefaultedList<ItemStack> stacks) -
Uses of DefaultedList in net.minecraft.network.packet.s2c.play
Constructors in net.minecraft.network.packet.s2c.play with parameters of type DefaultedList Constructor Description InventoryS2CPacket(int syncId, DefaultedList<ItemStack> contents) -
Uses of DefaultedList in net.minecraft.recipe
Fields in net.minecraft.recipe declared as DefaultedList Modifier and Type Field Description private DefaultedList<Ingredient>ShapelessRecipe. inputprivate DefaultedList<Ingredient>ShapedRecipe. inputsConstructors in net.minecraft.recipe with parameters of type DefaultedList Constructor Description ShapedRecipe(Identifier id, String group, int width, int height, DefaultedList<Ingredient> ingredients, ItemStack output)ShapelessRecipe(Identifier id, String group, ItemStack output, DefaultedList<Ingredient> input) -
Uses of DefaultedList in net.minecraft.screen
Fields in net.minecraft.screen declared as DefaultedList Modifier and Type Field Description private DefaultedList<ItemStack>ScreenHandler. previousTrackedStacksDefaultedList<Slot>ScreenHandler. slotsprivate DefaultedList<ItemStack>ScreenHandler. trackedStacksA list of item stacks that is used for tracking changes inScreenHandler.sendContentUpdates().Methods in net.minecraft.screen that return DefaultedList Modifier and Type Method Description DefaultedList<ItemStack>ScreenHandler. getStacks()Methods in net.minecraft.screen with parameters of type DefaultedList Modifier and Type Method Description voidScreenHandlerSyncHandler. updateState(ScreenHandler handler, DefaultedList<ItemStack> stacks, ItemStack cursorStack, int[] properties) -
Uses of DefaultedList in net.minecraft.util
Methods in net.minecraft.util with parameters of type DefaultedList Modifier and Type Method Description static voidItemScatterer. spawn(World world, BlockPos pos, DefaultedList<ItemStack> stacks) -
Uses of DefaultedList in net.minecraft.util.collection
Methods in net.minecraft.util.collection that return DefaultedList Modifier and Type Method Description static <E> DefaultedList<E>DefaultedList. copyOf(E defaultValue, E[] values)static <E> DefaultedList<E>DefaultedList. of()static <E> DefaultedList<E>DefaultedList. ofSize(int size, E defaultValue) -
Uses of DefaultedList in net.minecraft.village
Fields in net.minecraft.village declared as DefaultedList Modifier and Type Field Description private DefaultedList<ItemStack>MerchantInventory. inventory