Package net.minecraft.loot
Class BinomialLootTableRange
java.lang.Object
net.minecraft.loot.BinomialLootTableRange
- All Implemented Interfaces:
class_5658,LootContextAware
public final class BinomialLootTableRange extends Object implements class_5658
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBinomialLootTableRange.Serializer -
Field Summary
Fields Modifier and Type Field Description private class_5658nprivate class_5658p -
Constructor Summary
Constructors Modifier Constructor Description privateBinomialLootTableRange(class_5658 class_5658, class_5658 class_56582) -
Method Summary
Modifier and Type Method Description static BinomialLootTableRangecreate(int n, float p)Set<LootContextParameter<?>>getRequiredParameters()class_5657getType()floatmethod_32454(LootContext lootContext)intnext(LootContext lootContext)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.loot.context.LootContextAware
validate
-
Field Details
-
n
-
p
-
-
Constructor Details
-
BinomialLootTableRange
-
-
Method Details
-
getType
- Specified by:
getTypein interfaceclass_5658
-
next
- Specified by:
nextin interfaceclass_5658
-
method_32454
- Specified by:
method_32454in interfaceclass_5658
-
create
-
getRequiredParameters
- Specified by:
getRequiredParametersin interfaceLootContextAware
-