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 declared as WeightedRandomChestContentModifier and TypeFieldDescriptionprivate static final WeightedRandomChestContent[]ServerWorld.field_2817 -
Uses of WeightedRandomChestContent in net.minecraft.structure
Fields in net.minecraft.structure declared as WeightedRandomChestContentModifier and TypeFieldDescriptionprivate static final WeightedRandomChestContent[]class_6.field_11private static final WeightedRandomChestContent[]class_6.field_12private static final WeightedRandomChestContent[]class_15.field_27private static final WeightedRandomChestContent[]class_19.field_38private static final WeightedRandomChestContent[]class_24.field_48private static final WeightedRandomChestContent[]MineshaftPieces.field_4910private static final WeightedRandomChestContent[]class_5.field_6protected static final WeightedRandomChestContent[]class_1274.field_6234private static final WeightedRandomChestContent[]class_49.field_89Methods in net.minecraft.structure with parameters of type WeightedRandomChestContentModifier and TypeMethodDescriptionprotected booleanStructurePiece.method_68(World world, BlockBox blockBox, Random random, int int2, int int3, int int4, int int5, WeightedRandomChestContent[] weightedRandomChestContent, int int6) protected booleanclass_1254.method_69(World world, BlockBox blockBox, Random random, int int2, int int3, int int4, WeightedRandomChestContent[] weightedRandomChestContent, int int5) protected booleanStructurePiece.method_69(World world, BlockBox blockBox, Random random, int int2, int int3, int int4, WeightedRandomChestContent[] weightedRandomChestContent, int int5) -
Uses of WeightedRandomChestContent in net.minecraft.util
Methods in net.minecraft.util that return WeightedRandomChestContentModifier and TypeMethodDescriptionstatic WeightedRandomChestContent[]WeightedRandomChestContent.union(WeightedRandomChestContent[] weightedRandomChestContent, WeightedRandomChestContent[] weightedRandomChestContent2) Methods in net.minecraft.util with parameters of type WeightedRandomChestContentModifier and TypeMethodDescriptionstatic voidWeightedRandomChestContent.generateLoot(Random random, WeightedRandomChestContent[] pool, DispenserBlockEntity dispenser, int items) static voidWeightedRandomChestContent.generateLoot(Random random, WeightedRandomChestContent[] pool, Inventory inventory, int items) static WeightedRandomChestContent[]WeightedRandomChestContent.union(WeightedRandomChestContent[] weightedRandomChestContent, WeightedRandomChestContent[] weightedRandomChestContent2) -
Uses of WeightedRandomChestContent in net.minecraft.world.gen.feature
Fields in net.minecraft.world.gen.feature declared as WeightedRandomChestContentModifier and TypeFieldDescriptionprivate final WeightedRandomChestContent[]BonusChestFeature.field_4877private static final WeightedRandomChestContent[]DungeonFeature.field_6231Constructors in net.minecraft.world.gen.feature with parameters of type WeightedRandomChestContentModifierConstructorDescriptionBonusChestFeature(WeightedRandomChestContent[] weightedRandomChestContent, int int2)