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

12 lines
491 B
Plaintext
Raw Normal View History

2018-12-12 12:12:26 -05:00
CLASS clh net/minecraft/world/loot/condition/LootCondition
CLASS clh$a Builder
METHOD a invert ()Lclh$a;
METHOD a or (Lclh$a;)Lcky$a;
CLASS clh$b Factory
FIELD a id Lqc;
FIELD b conditionClass Ljava/lang/Class;
2018-12-12 12:12:26 -05:00
METHOD a getId ()Lqc;
METHOD a toJson (Lcom/google/gson/JsonObject;Lclh;Lcom/google/gson/JsonSerializationContext;)V
METHOD b getConditionClass ()Ljava/lang/Class;
2018-12-12 12:12:26 -05:00
METHOD b fromJson (Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;)Lclh;