Package net.minecraft.loot
Interface LootTableRange
- All Known Implementing Classes:
BinomialLootTableRange,ConstantLootTableRange,UniformLootTableRange
public interface LootTableRange
-
Field Summary
Fields Modifier and Type Field Description static IdentifierBINOMIALstatic IdentifierCONSTANTstatic IdentifierUNIFORM -
Method Summary
Modifier and Type Method Description IdentifiergetType()intnext(Random random)
-
Field Details
-
CONSTANT
-
UNIFORM
-
BINOMIAL
-
-
Method Details
-
next
-
getType
Identifier getType()
-