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

12 lines
491 B
Plaintext

CLASS cmc net/minecraft/world/loot/condition/LootCondition
CLASS cmc$a Builder
METHOD a invert ()Lcmc$a;
METHOD a or (Lcmc$a;)Lclt$a;
CLASS cmc$b Factory
FIELD a id Lqd;
FIELD b conditionClass Ljava/lang/Class;
METHOD a getId ()Lqd;
METHOD a toJson (Lcom/google/gson/JsonObject;Lcmc;Lcom/google/gson/JsonSerializationContext;)V
METHOD b getConditionClass ()Ljava/lang/Class;
METHOD b fromJson (Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;)Lcmc;