Uses of Class
net.minecraft.world.level.storage.loot.LootPool.Builder
Packages that use LootPool.Builder
-
Uses of LootPool.Builder in net.minecraft.data.loot
Methods in net.minecraft.data.loot that return LootPool.BuilderModifier and TypeMethodDescriptionstatic LootPool.BuilderEntityLootSubProvider.createSheepDispatchPool(Map<DyeColor, ResourceKey<LootTable>> tableNames) -
Uses of LootPool.Builder in net.minecraft.world.level.storage.loot
Classes in net.minecraft.world.level.storage.loot that implement interfaces with type arguments of type LootPool.BuilderMethods in net.minecraft.world.level.storage.loot that return LootPool.BuilderModifier and TypeMethodDescriptionLootPool.Builder.add(LootPoolEntryContainer.Builder<?> entry) LootPool.Builder.apply(LootItemFunction.Builder function) static LootPool.BuilderLootPool.lootPool()LootPool.Builder.setBonusRolls(NumberProvider bonusRolls) LootPool.Builder.setRolls(NumberProvider rolls) LootPool.Builder.unwrap()LootPool.Builder.when(LootItemCondition.Builder condition) Methods in net.minecraft.world.level.storage.loot with parameters of type LootPool.Builder