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

12 lines
491 B
Plaintext
Raw Normal View History

2019-03-14 11:39:51 -04:00
CLASS cpj net/minecraft/world/loot/condition/LootCondition
2019-03-14 15:41:19 -04:00
CLASS cpj$a Builder
2019-03-14 11:39:51 -04:00
METHOD a invert ()Lcpj$a;
METHOD a or (Lcpj$a;)Lcpa$a;
2019-03-14 15:41:19 -04:00
CLASS cpj$b Factory
2019-03-14 08:57:09 -04:00
FIELD a id Lqp;
FIELD b conditionClass Ljava/lang/Class;
2019-03-14 08:57:09 -04:00
METHOD a getId ()Lqp;
2019-03-14 11:39:51 -04:00
METHOD a toJson (Lcom/google/gson/JsonObject;Lcpj;Lcom/google/gson/JsonSerializationContext;)V
METHOD b getConditionClass ()Ljava/lang/Class;
2019-03-14 11:39:51 -04:00
METHOD b fromJson (Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;)Lcpj;