Uses of Class
net.minecraft.loot.LootPool.Builder
Packages that use LootPool.Builder
-
Uses of LootPool.Builder in net.minecraft.data.loottable
Methods in net.minecraft.data.loottable that return LootPool.BuilderModifier and TypeMethodDescriptionstatic LootPool.Builder
EntityLootTableGenerator.createForSheep
(Map<DyeColor, RegistryKey<LootTable>> colorLootTables) -
Uses of LootPool.Builder in net.minecraft.loot
Methods in net.minecraft.loot that return LootPool.BuilderModifier and TypeMethodDescriptionLootPool.Builder.apply
(LootFunction.Builder builder) LootPool.Builder.bonusRolls
(LootNumberProvider bonusRolls) static LootPool.Builder
LootPool.builder()
LootPool.Builder.conditionally
(LootCondition.Builder builder) LootPool.Builder.getThisFunctionConsumingBuilder()
LootPool.Builder.rolls
(LootNumberProvider rolls) LootPool.Builder.with
(LootPoolEntry.Builder<?> entry) Methods in net.minecraft.loot with parameters of type LootPool.Builder