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 class
StandaloneLootEntry.Generator
Fields in net.minecraft.loot declared as ILootGenerator Modifier and Type Field Description private ILootGenerator
StandaloneLootEntry. entry
Method parameters in net.minecraft.loot with type arguments of type ILootGenerator Modifier and Type Method Description boolean
ILootEntry. expand(LootContext p_expand_1_, java.util.function.Consumer<ILootGenerator> p_expand_2_)
boolean
ParentedLootEntry. expand(LootContext p_expand_1_, java.util.function.Consumer<ILootGenerator> p_expand_2_)
boolean
StandaloneLootEntry. expand(LootContext p_expand_1_, java.util.function.Consumer<ILootGenerator> p_expand_2_)
boolean
TagLootEntry. expand(LootContext p_expand_1_, java.util.function.Consumer<ILootGenerator> p_expand_2_)
private boolean
TagLootEntry. expandTag(LootContext p_216179_1_, java.util.function.Consumer<ILootGenerator> p_216179_2_)
-