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

12 lines
491 B
Plaintext
Raw Normal View History

2019-04-03 12:16:41 -04:00
CLASS cql net/minecraft/world/loot/condition/LootCondition
CLASS cql$a Builder
METHOD a invert ()Lcql$a;
METHOD a or (Lcql$a;)Lcqc$a;
CLASS cql$b Factory
2019-03-27 14:35:10 -04:00
FIELD a id Lqr;
FIELD b conditionClass Ljava/lang/Class;
2019-03-27 14:35:10 -04:00
METHOD a getId ()Lqr;
2019-04-03 12:16:41 -04:00
METHOD a toJson (Lcom/google/gson/JsonObject;Lcql;Lcom/google/gson/JsonSerializationContext;)V
METHOD b getConditionClass ()Ljava/lang/Class;
2019-04-03 12:16:41 -04:00
METHOD b fromJson (Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;)Lcql;