Uses of Class
net.minecraft.util.WeightedRandomChestContent
Packages that use WeightedRandomChestContent
Package
Description
-
Uses of WeightedRandomChestContent in net.minecraft.item
Methods in net.minecraft.item that return WeightedRandomChestContentModifier and TypeMethodDescriptionEnchantedBookItem.method_4610(Random random) EnchantedBookItem.method_6347(Random random, int int2, int int3, int int4) -
Uses of WeightedRandomChestContent in net.minecraft.server.world
Fields in net.minecraft.server.world with type parameters of type WeightedRandomChestContentModifier and TypeFieldDescriptionprivate static final List<WeightedRandomChestContent>ServerWorld.BONUS_CHEST_LOOT_TABLE -
Uses of WeightedRandomChestContent in net.minecraft.structure
Fields in net.minecraft.structure with type parameters of type WeightedRandomChestContentModifier and TypeFieldDescriptionprivate static final List<WeightedRandomChestContent>TemplePieces.DesertPyramid.CHEST_LOOT_TABLEprivate static final List<WeightedRandomChestContent>TemplePieces.JunglePyramid.CHEST_LOOT_TABLEprivate static final List<WeightedRandomChestContent>TemplePieces.JunglePyramid.DISPENSER_LOOT_TABLEprivate static final List<WeightedRandomChestContent>MineshaftPieces.LOOT_TABLESprivate static final List<WeightedRandomChestContent>StrongholdPieces.ChestCorridor.POSSIBLE_CHEST_CONTENTprivate static final List<WeightedRandomChestContent>StrongholdPieces.Library.POSSIBLE_CHEST_CONTENTprivate static final List<WeightedRandomChestContent>StrongholdPieces.SquareRoom.POSSIBLE_CHEST_CONTENTprivate static final List<WeightedRandomChestContent>VillagePieces.BlacksmithHouse.POSSIBLE_CHEST_CONTENTprotected static final List<WeightedRandomChestContent>NetherFortressPieces.AbstractPiece.POSSIBLE_CHEST_CONTENTSMethod parameters in net.minecraft.structure with type arguments of type WeightedRandomChestContentModifier and TypeMethodDescriptionprotected booleanMineshaftPieces.MineshaftCorridor.placeChest(World world, BlockBox box, Random random, int x, int y, int z, List<WeightedRandomChestContent> chestContent, int int2) protected booleanStructurePiece.placeChest(World world, BlockBox box, Random random, int x, int y, int z, List<WeightedRandomChestContent> chestContent, int int2) protected booleanStructurePiece.placeDispenser(World world, BlockBox box, Random random, int x, int y, int z, int type, List<WeightedRandomChestContent> dispensorContent, int int2) -
Uses of WeightedRandomChestContent in net.minecraft.util
Methods in net.minecraft.util that return types with arguments of type WeightedRandomChestContentModifier and TypeMethodDescriptionstatic List<WeightedRandomChestContent>WeightedRandomChestContent.method_10889(List<WeightedRandomChestContent> list, WeightedRandomChestContent[] weightedRandomChestContent) Methods in net.minecraft.util with parameters of type WeightedRandomChestContentModifier and TypeMethodDescriptionstatic List<WeightedRandomChestContent>WeightedRandomChestContent.method_10889(List<WeightedRandomChestContent> list, WeightedRandomChestContent[] weightedRandomChestContent) Method parameters in net.minecraft.util with type arguments of type WeightedRandomChestContentModifier and TypeMethodDescriptionstatic voidWeightedRandomChestContent.fillDispenser(Random rand, List<WeightedRandomChestContent> lootTable, DispenserBlockEntity dispenserBlockEntity, int int2) static voidWeightedRandomChestContent.fillInventory(Random rand, List<WeightedRandomChestContent> lootTable, Inventory inventory, int int2) static List<WeightedRandomChestContent>WeightedRandomChestContent.method_10889(List<WeightedRandomChestContent> list, WeightedRandomChestContent[] weightedRandomChestContent) -
Uses of WeightedRandomChestContent in net.minecraft.world.gen.feature
Fields in net.minecraft.world.gen.feature with type parameters of type WeightedRandomChestContentModifier and TypeFieldDescriptionprivate final List<WeightedRandomChestContent>BonusChestFeature.field_10142private static final List<WeightedRandomChestContent>DungeonFeature.field_10161Constructor parameters in net.minecraft.world.gen.feature with type arguments of type WeightedRandomChestContent