yarn/mappings/net/minecraft/world/loot/condition/LootCondition.mapping

12 lines
491 B
Plaintext
Raw Normal View History

2019-01-16 13:24:40 -05:00
CLASS cma net/minecraft/world/loot/condition/LootCondition
CLASS cma$a Builder
METHOD a invert ()Lcma$a;
METHOD a or (Lcma$a;)Lclr$a;
CLASS cma$b Factory
FIELD a id Lqc;
FIELD b conditionClass Ljava/lang/Class;
2019-01-16 13:24:40 -05:00
METHOD a getId ()Lqc;
METHOD a toJson (Lcom/google/gson/JsonObject;Lcma;Lcom/google/gson/JsonSerializationContext;)V
METHOD b getConditionClass ()Ljava/lang/Class;
2019-01-16 13:24:40 -05:00
METHOD b fromJson (Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;)Lcma;