Uses of Interface
net.minecraft.loot.function.LootFunctionConsumingBuilder
| Package | Description |
|---|---|
| net.minecraft.data.server | |
| net.minecraft.loot | |
| net.minecraft.loot.entry |
-
Uses of LootFunctionConsumingBuilder in net.minecraft.data.server
Methods in net.minecraft.data.server with parameters of type LootFunctionConsumingBuilder Modifier and Type Method Description private static <T> TBlockLootTableGenerator. applyExplosionDecay(ItemConvertible drop, LootFunctionConsumingBuilder<T> builder) -
Uses of LootFunctionConsumingBuilder in net.minecraft.loot
Classes in net.minecraft.loot that implement LootFunctionConsumingBuilder Modifier and Type Class Description static classLootPool.Builderstatic classLootTable.Builder -
Uses of LootFunctionConsumingBuilder in net.minecraft.loot.entry
Classes in net.minecraft.loot.entry that implement LootFunctionConsumingBuilder Modifier and Type Class Description (package private) static classLeafEntry.BasicBuilderstatic classLeafEntry.Builder<T extends LeafEntry.Builder<T>>