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

12 lines
491 B
Plaintext

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