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

12 lines
491 B
Plaintext
Raw Normal View History

2019-02-20 15:49:23 -05:00
CLASS cmn net/minecraft/world/loot/condition/LootCondition
CLASS cmn$a Builder
METHOD a invert ()Lcmn$a;
METHOD a or (Lcmn$a;)Lcme$a;
CLASS cmn$b Factory
FIELD a id Lqi;
FIELD b conditionClass Ljava/lang/Class;
2019-02-20 15:49:23 -05:00
METHOD a getId ()Lqi;
METHOD a toJson (Lcom/google/gson/JsonObject;Lcmn;Lcom/google/gson/JsonSerializationContext;)V
METHOD b getConditionClass ()Ljava/lang/Class;
2019-02-20 15:49:23 -05:00
METHOD b fromJson (Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;)Lcmn;