Uses of Interface
net.minecraft.loot.ILootGenerator
-
Packages that use ILootGenerator Package Description net.minecraft.loot -
-
Uses of ILootGenerator in net.minecraft.loot
Classes in net.minecraft.loot that implement ILootGenerator Modifier and Type Class Description classStandaloneLootEntry.GeneratorFields in net.minecraft.loot declared as ILootGenerator Modifier and Type Field Description private ILootGeneratorStandaloneLootEntry. entryMethod parameters in net.minecraft.loot with type arguments of type ILootGenerator Modifier and Type Method Description booleanILootEntry. expand(LootContext p_expand_1_, java.util.function.Consumer<ILootGenerator> p_expand_2_)booleanParentedLootEntry. expand(LootContext p_expand_1_, java.util.function.Consumer<ILootGenerator> p_expand_2_)booleanStandaloneLootEntry. expand(LootContext p_expand_1_, java.util.function.Consumer<ILootGenerator> p_expand_2_)booleanTagLootEntry. expand(LootContext p_expand_1_, java.util.function.Consumer<ILootGenerator> p_expand_2_)private booleanTagLootEntry. expandTag(LootContext p_216179_1_, java.util.function.Consumer<ILootGenerator> p_216179_2_)
-