Package net.minecraft.loot
Class StandaloneLootEntry.Generator
- java.lang.Object
-
- net.minecraft.loot.StandaloneLootEntry.Generator
-
- All Implemented Interfaces:
ILootGenerator
- Enclosing class:
- StandaloneLootEntry
public abstract class StandaloneLootEntry.Generator extends java.lang.Object implements ILootGenerator
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Generator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getWeight(float p_186361_1_)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.minecraft.loot.ILootGenerator
createItemStack
-
-
-
-
Method Detail
-
getWeight
public int getWeight(float p_186361_1_)
- Specified by:
getWeight
in interfaceILootGenerator
-
-