Package net.minecraft.loot
Interface ILootGenerator
- All Known Implementing Classes:
StandaloneLootEntry.Generator
public interface ILootGenerator
-
Method Summary
Modifier and TypeMethodDescriptionvoid
createItemStack
(Consumer<ItemStack> p_216188_1_, LootContext p_216188_2_) int
getWeight
(float p_186361_1_)
-
Method Details
-
getWeight
int getWeight(float p_186361_1_) -
createItemStack
-