yarn/mappings/net/minecraft/world/loot/function/LootFunction.mapping

12 lines
566 B
Plaintext
Raw Normal View History

2018-11-29 15:10:38 -05:00
CLASS ciq net/minecraft/world/loot/function/LootFunction
CLASS ciq$a Builder
METHOD b build ()Lciq;
CLASS ciq$b Factory
2018-11-27 13:50:51 -05:00
FIELD a id Lpy;
FIELD b functionClass Ljava/lang/Class;
2018-11-27 13:50:51 -05:00
METHOD a getId ()Lpy;
2018-11-29 15:10:38 -05:00
METHOD a toJson (Lcom/google/gson/JsonObject;Lciq;Lcom/google/gson/JsonSerializationContext;)V
METHOD b getFunctionClass ()Ljava/lang/Class;
2018-11-29 15:10:38 -05:00
METHOD b fromJson (Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;)Lciq;
METHOD a apply (Ljava/util/function/BiFunction;Ljava/util/function/Consumer;Lchi;)Ljava/util/function/Consumer;