Uses of Interface
net.minecraft.loot.ILootFunctionConsumer
-
Packages that use ILootFunctionConsumer Package Description net.minecraft.data.loot net.minecraft.loot -
-
Uses of ILootFunctionConsumer in net.minecraft.data.loot
Methods in net.minecraft.data.loot with parameters of type ILootFunctionConsumer Modifier and Type Method Description protected static <T> TBlockLootTables. applyExplosionDecay(IItemProvider p_218552_0_, ILootFunctionConsumer<T> p_218552_1_) -
Uses of ILootFunctionConsumer in net.minecraft.loot
Classes in net.minecraft.loot that implement ILootFunctionConsumer Modifier and Type Class Description static classLootPool.Builderstatic classLootTable.Builderstatic classStandaloneLootEntry.Builder<T extends StandaloneLootEntry.Builder<T>>(package private) static classStandaloneLootEntry.BuilderImpl
-