yarn/mappings/net/minecraft/world/loot/LootPool.mapping

26 lines
934 B
Plaintext
Raw Normal View History

CLASS chk net/minecraft/world/loot/LootPool
CLASS chk$a Builder
FIELD a entries Ljava/util/List;
FIELD b conditions Ljava/util/List;
FIELD c functions Ljava/util/List;
FIELD d rolls Lcho;
FIELD e range Lchq;
METHOD a withRolls (Lcho;)Lchk$a;
METHOD a withFunction (Lciq$a;)Lchk$a;
METHOD a withCondition (Lcjt$a;)Lchk$a;
METHOD b build ()Lchk;
METHOD b withFunction (Lciq$a;)Ljava/lang/Object;
METHOD b withCondition (Lcjt$a;)Ljava/lang/Object;
CLASS chk$b Serializer
FIELD a entries [Lcia;
FIELD b conditions [Lcjt;
FIELD c predicate Ljava/util/function/Predicate;
FIELD d functions [Lciq;
FIELD e javaFunctions Ljava/util/function/BiFunction;
FIELD f rolls Lcho;
FIELD g bonusRolls Lchq;
METHOD a create ()Lchk$a;
METHOD a check (Lchm;Ljava/util/function/Function;Ljava/util/Set;Lcjg;)V
METHOD a drop (Ljava/util/function/Consumer;Lchi;)V
METHOD b supplyOnce (Ljava/util/function/Consumer;Lchi;)V