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

12 lines
491 B
Plaintext
Raw Normal View History

2019-03-20 13:56:26 -04:00
CLASS cpr net/minecraft/world/loot/condition/LootCondition
CLASS cpr$a Builder
METHOD a invert ()Lcpr$a;
METHOD a or (Lcpr$a;)Lcpi$a;
CLASS cpr$b Factory
FIELD a id Lqq;
FIELD b conditionClass Ljava/lang/Class;
2019-03-20 13:56:26 -04:00
METHOD a getId ()Lqq;
METHOD a toJson (Lcom/google/gson/JsonObject;Lcpr;Lcom/google/gson/JsonSerializationContext;)V
METHOD b getConditionClass ()Ljava/lang/Class;
2019-03-20 13:56:26 -04:00
METHOD b fromJson (Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;)Lcpr;