Uses of Class
net.minecraft.util.collection.DefaultedList
Packages that use DefaultedList
Package
Description
-
Uses of DefaultedList in net.minecraft
Methods in net.minecraft that return DefaultedListModifier and TypeMethodDescriptionclass_3059.class_3060.method_13670(CraftingInventory craftingInventory) Methods in net.minecraft with parameters of type DefaultedListModifier and TypeMethodDescriptionstatic NbtCompoundclass_2960.method_13923(NbtCompound nbtCompound, DefaultedList<ItemStack> defaultedList) static NbtCompoundclass_2960.method_13924(NbtCompound nbtCompound, DefaultedList<ItemStack> defaultedList, boolean bool) static voidclass_2960.method_13927(NbtCompound nbtCompound, DefaultedList<ItemStack> defaultedList) -
Uses of DefaultedList in net.minecraft.block
Methods in net.minecraft.block with parameters of type DefaultedListModifier and TypeMethodDescriptionvoidAnvilBlock.method_13700(Item item, ItemGroup itemGroup, DefaultedList<ItemStack> defaultedList) voidBlock.method_13700(Item item, ItemGroup itemGroup, DefaultedList<ItemStack> defaultedList) voidCarpetBlock.method_13700(Item item, ItemGroup itemGroup, DefaultedList<ItemStack> defaultedList) voidDaylightDetectorBlock.method_13700(Item item, ItemGroup itemGroup, DefaultedList<ItemStack> defaultedList) voidDirtBlock.method_13700(Item item, ItemGroup itemGroup, DefaultedList<ItemStack> defaultedList) voidDoublePlantBlock.method_13700(Item item, ItemGroup itemGroup, DefaultedList<ItemStack> defaultedList) voidFlowerBlock.method_13700(Item item, ItemGroup itemGroup, DefaultedList<ItemStack> defaultedList) voidInfestedBlock.method_13700(Item item, ItemGroup itemGroup, DefaultedList<ItemStack> defaultedList) voidLeaves1Block.method_13700(Item item, ItemGroup itemGroup, DefaultedList<ItemStack> defaultedList) voidLeaves2Block.method_13700(Item item, ItemGroup itemGroup, DefaultedList<ItemStack> defaultedList) voidLog1Block.method_13700(Item item, ItemGroup itemGroup, DefaultedList<ItemStack> defaultedList) voidLog2Block.method_13700(Item item, ItemGroup itemGroup, DefaultedList<ItemStack> defaultedList) voidPlanksBlock.method_13700(Item item, ItemGroup itemGroup, DefaultedList<ItemStack> defaultedList) voidPrismarineBlock.method_13700(Item item, ItemGroup itemGroup, DefaultedList<ItemStack> defaultedList) voidQuartzBlock.method_13700(Item item, ItemGroup itemGroup, DefaultedList<ItemStack> defaultedList) voidRedSandstoneBlock.method_13700(Item item, ItemGroup itemGroup, DefaultedList<ItemStack> defaultedList) voidRedSandstoneSlabBlock.method_13700(Item item, ItemGroup itemGroup, DefaultedList<ItemStack> defaultedList) voidSandBlock.method_13700(Item item, ItemGroup itemGroup, DefaultedList<ItemStack> defaultedList) voidSandstoneBlock.method_13700(Item item, ItemGroup itemGroup, DefaultedList<ItemStack> defaultedList) voidSaplingBlock.method_13700(Item item, ItemGroup itemGroup, DefaultedList<ItemStack> defaultedList) voidSpongeBlock.method_13700(Item item, ItemGroup itemGroup, DefaultedList<ItemStack> defaultedList) voidStainedGlassBlock.method_13700(Item item, ItemGroup itemGroup, DefaultedList<ItemStack> defaultedList) voidStainedGlassPaneBlock.method_13700(Item item, ItemGroup itemGroup, DefaultedList<ItemStack> defaultedList) voidStoneBlock.method_13700(Item item, ItemGroup itemGroup, DefaultedList<ItemStack> defaultedList) voidStoneBrickBlock.method_13700(Item item, ItemGroup itemGroup, DefaultedList<ItemStack> defaultedList) voidStoneSlabBlock.method_13700(Item item, ItemGroup itemGroup, DefaultedList<ItemStack> defaultedList) voidTallPlantBlock.method_13700(Item item, ItemGroup itemGroup, DefaultedList<ItemStack> defaultedList) voidWallBlock.method_13700(Item item, ItemGroup itemGroup, DefaultedList<ItemStack> defaultedList) voidWoodSlabBlock.method_13700(Item item, ItemGroup itemGroup, DefaultedList<ItemStack> defaultedList) voidWoolBlock.method_13700(Item item, ItemGroup itemGroup, DefaultedList<ItemStack> defaultedList) -
Uses of DefaultedList in net.minecraft.block.entity
Fields in net.minecraft.block.entity declared as DefaultedListModifier and TypeFieldDescriptionprivate DefaultedList<ItemStack>BrewingStandBlockEntity.field_15151private DefaultedList<ItemStack>ChestBlockEntity.field_15152private DefaultedList<ItemStack>DispenserBlockEntity.field_15153private DefaultedList<ItemStack>FurnaceBlockEntity.field_15154private DefaultedList<ItemStack>HopperBlockEntity.field_15155private DefaultedList<ItemStack>ShulkerBoxBlockEntity.inventoryMethods in net.minecraft.block.entity that return DefaultedListModifier and TypeMethodDescriptionprotected DefaultedList<ItemStack>ChestBlockEntity.method_13730()protected abstract DefaultedList<ItemStack>class_2737.method_13730()protected DefaultedList<ItemStack>DispenserBlockEntity.method_13730()protected DefaultedList<ItemStack>HopperBlockEntity.method_13730()protected DefaultedList<ItemStack>ShulkerBoxBlockEntity.method_13730() -
Uses of DefaultedList in net.minecraft.client.gui
Methods in net.minecraft.client.gui with parameters of type DefaultedListModifier and TypeMethodDescriptionvoidCreativeInventoryListener.method_13643(ScreenHandler screenHandler, DefaultedList<ItemStack> defaultedList) -
Uses of DefaultedList in net.minecraft.client.gui.screen.ingame
Fields in net.minecraft.client.gui.screen.ingame declared as DefaultedListMethods in net.minecraft.client.gui.screen.ingame with parameters of type DefaultedListModifier and TypeMethodDescriptionvoidAnvilScreen.method_13643(ScreenHandler screenHandler, DefaultedList<ItemStack> defaultedList) -
Uses of DefaultedList in net.minecraft.entity
Fields in net.minecraft.entity declared as DefaultedListModifier and TypeFieldDescriptionprivate final DefaultedList<ItemStack>LivingEntity.field_15465private final DefaultedList<ItemStack>LivingEntity.field_15466 -
Uses of DefaultedList in net.minecraft.entity.decoration
Fields in net.minecraft.entity.decoration declared as DefaultedListModifier and TypeFieldDescriptionprivate final DefaultedList<ItemStack>ArmorStandEntity.field_15522private final DefaultedList<ItemStack>ArmorStandEntity.field_15523 -
Uses of DefaultedList in net.minecraft.entity.mob
Fields in net.minecraft.entity.mob declared as DefaultedListModifier and TypeFieldDescriptionprivate final DefaultedList<ItemStack>MobEntity.field_15467private final DefaultedList<ItemStack>MobEntity.field_15468 -
Uses of DefaultedList in net.minecraft.entity.player
Fields in net.minecraft.entity.player declared as DefaultedListModifier and TypeFieldDescriptionfinal DefaultedList<ItemStack>PlayerInventory.field_15082final DefaultedList<ItemStack>PlayerInventory.field_15083final DefaultedList<ItemStack>PlayerInventory.field_15084Fields in net.minecraft.entity.player with type parameters of type DefaultedListModifier and TypeFieldDescriptionprivate final List<DefaultedList<ItemStack>>PlayerInventory.field_15085Methods in net.minecraft.entity.player with parameters of type DefaultedListModifier and TypeMethodDescriptionvoidServerPlayerEntity.method_13643(ScreenHandler screenHandler, DefaultedList<ItemStack> defaultedList) -
Uses of DefaultedList in net.minecraft.entity.vehicle
Fields in net.minecraft.entity.vehicle declared as DefaultedListModifier and TypeFieldDescriptionprivate DefaultedList<ItemStack>StorageMinecartEntity.inventory -
Uses of DefaultedList in net.minecraft.inventory
Fields in net.minecraft.inventory declared as DefaultedListModifier and TypeFieldDescriptionprivate final DefaultedList<ItemStack>CraftingInventory.field_15100private final DefaultedList<ItemStack>CraftingResultInventory.field_15105private final DefaultedList<ItemStack>SimpleInventory.field_15440 -
Uses of DefaultedList in net.minecraft.item
Methods in net.minecraft.item with parameters of type DefaultedListModifier and TypeMethodDescriptionvoidAppleItem.method_13648(Item item, ItemGroup itemGroup, DefaultedList<ItemStack> defaultedList) voidBannerItem.method_13648(Item item, ItemGroup itemGroup, DefaultedList<ItemStack> defaultedList) voidBlockItem.method_13648(Item item, ItemGroup itemGroup, DefaultedList<ItemStack> defaultedList) voidCoalItem.method_13648(Item item, ItemGroup itemGroup, DefaultedList<ItemStack> defaultedList) voidDyeItem.method_13648(Item item, ItemGroup itemGroup, DefaultedList<ItemStack> defaultedList) voidFishItem.method_13648(Item item, ItemGroup itemGroup, DefaultedList<ItemStack> defaultedList) voidItem.method_13648(Item item, ItemGroup itemGroup, DefaultedList<ItemStack> defaultedList) voidPotionItem.method_13648(Item item, ItemGroup itemGroup, DefaultedList<ItemStack> defaultedList) voidShieldItem.method_13648(Item item, ItemGroup itemGroup, DefaultedList<ItemStack> defaultedList) voidSkullItem.method_13648(Item item, ItemGroup itemGroup, DefaultedList<ItemStack> defaultedList) voidSpawnEggItem.method_13648(Item item, ItemGroup itemGroup, DefaultedList<ItemStack> defaultedList) voidTippedArrowItem.method_13648(Item item, ItemGroup itemGroup, DefaultedList<ItemStack> defaultedList) -
Uses of DefaultedList in net.minecraft.item.itemgroup
Methods in net.minecraft.item.itemgroup with parameters of type DefaultedListModifier and TypeMethodDescriptionvoidItemGroup.method_13646(DefaultedList<ItemStack> defaultedList) -
Uses of DefaultedList in net.minecraft.network.packet.s2c.play
Constructors in net.minecraft.network.packet.s2c.play with parameters of type DefaultedListModifierConstructorDescriptionInventoryS2CPacket(int int2, DefaultedList<ItemStack> defaultedList) -
Uses of DefaultedList in net.minecraft.recipe
Methods in net.minecraft.recipe that return DefaultedListModifier and TypeMethodDescriptionArmorDyeRecipeType.method_13670(CraftingInventory craftingInventory) BannerRecipeDispatcher.CopyingRecipeType.method_13670(CraftingInventory craftingInventory) BannerRecipeDispatcher.PatternRecipeType.method_13670(CraftingInventory craftingInventory) BookCloningRecipeType.method_13670(CraftingInventory craftingInventory) class_2700.class_2701.method_13670(CraftingInventory craftingInventory) class_2702.method_13670(CraftingInventory craftingInventory) FireworkRecipeType.method_13670(CraftingInventory craftingInventory) MapCloningRecipeType.method_13670(CraftingInventory craftingInventory) RecipeType.method_13670(CraftingInventory craftingInventory) RepairingRecipeType.method_13670(CraftingInventory craftingInventory) ShapedRecipeType.method_13670(CraftingInventory craftingInventory) ShapelessRecipeType.method_13670(CraftingInventory craftingInventory) RecipeDispatcher.method_13671(CraftingInventory craftingInventory, World world) -
Uses of DefaultedList in net.minecraft.screen
Fields in net.minecraft.screen declared as DefaultedListMethods in net.minecraft.screen that return DefaultedListMethods in net.minecraft.screen with parameters of type DefaultedListModifier and TypeMethodDescriptionvoidScreenHandlerListener.method_13643(ScreenHandler screenHandler, DefaultedList<ItemStack> defaultedList) -
Uses of DefaultedList in net.minecraft.util.collection
Methods in net.minecraft.util.collection that return DefaultedListModifier and TypeMethodDescriptionstatic <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 DefaultedListModifier and TypeFieldDescriptionprivate final DefaultedList<ItemStack>TraderInventory.field_15104