Package net.minecraft.loot.entry
Class LeafEntry.Choice
java.lang.Object
net.minecraft.loot.entry.LeafEntry.Choice
- All Implemented Interfaces:
LootChoice
- Enclosing class:
- LeafEntry
public abstract class LeafEntry.Choice extends Object implements LootChoice
- Mappings:
Namespace Name official dfc$c
intermediary net/minecraft/class_85$class_88
named net/minecraft/loot/entry/LeafEntry$Choice
-
Constructor Summary
Constructors Modifier Constructor Description protected
Choice()
-
Method Summary
Modifier and Type Method Description int
getWeight(float luck)
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.LootChoice
generateLoot
-
Constructor Details
-
Choice
protected Choice()
-
-
Method Details
-
getWeight
public int getWeight(float luck)- Specified by:
getWeight
in interfaceLootChoice
- Mappings:
Namespace Name Mixin selector official a
Ldez;a(F)I
intermediary method_427
Lnet/minecraft/class_82;method_427(F)I
named getWeight
Lnet/minecraft/loot/LootChoice;getWeight(F)I
-