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

28 lines
1.0 KiB
Plaintext
Raw Normal View History

CLASS chl net/minecraft/world/loot/LootSupplier
CLASS chl$a Builder
FIELD a pools Ljava/util/List;
FIELD b functions Ljava/util/List;
FIELD c type Lcjg;
METHOD a withPool (Lchk$a;)Lchl$a;
METHOD a withFunction (Lciq$a;)Lchl$a;
METHOD a withType (Lcjg;)Lchl$a;
METHOD b create ()Lchl;
METHOD b withFunction (Lciq$a;)Ljava/lang/Object;
CLASS chl$b Serializer
FIELD a EMPTY Lchl;
FIELD b GENERIC Lcjg;
FIELD c LOGGER Lorg/apache/logging/log4j/Logger;
FIELD d type Lcjg;
FIELD e pools [Lchk;
FIELD f functions [Lciq;
FIELD g combinedFunction Ljava/util/function/BiFunction;
METHOD a getType ()Lcjg;
METHOD a supplyInventory (Laev;Lchi;)V
METHOD a getFreeSlots (Laev;Ljava/util/Random;)Ljava/util/List;
METHOD a getDrops (Lchi;)Ljava/util/List;
METHOD a drop (Lchi;Ljava/util/function/Consumer;)V
METHOD a check (Lchm;Ljava/util/function/Function;Ljava/util/Set;Lcjg;)V
METHOD a limitedConsumer (Ljava/util/function/Consumer;)Ljava/util/function/Consumer;
METHOD b create ()Lchl$a;
METHOD b dropLimited (Lchi;Ljava/util/function/Consumer;)V