Package net.minecraft.loot
Interface ILootGenerator
-
- All Known Implementing Classes:
StandaloneLootEntry.Generator
public interface ILootGenerator
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
createItemStack(java.util.function.Consumer<ItemStack> p_216188_1_, LootContext p_216188_2_)
int
getWeight(float p_186361_1_)
-
-
-
Method Detail
-
getWeight
int getWeight(float p_186361_1_)
-
createItemStack
void createItemStack(java.util.function.Consumer<ItemStack> p_216188_1_, LootContext p_216188_2_)
-
-