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

10 lines
487 B
Plaintext
Raw Normal View History

2018-12-05 09:11:37 -05:00
CLASS cka net/minecraft/world/loot/condition/InvertedLootCondition
CLASS cka$a Factory
METHOD a toJson (Lcom/google/gson/JsonObject;Lckd;Lcom/google/gson/JsonSerializationContext;)V
METHOD b fromJson (Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;)Lckd;
FIELD a term Lckd;
METHOD a getRequiredParameters ()Ljava/util/Set;
2018-12-05 09:11:37 -05:00
METHOD a test (Lchr;)Z
METHOD a check (Lchv;Ljava/util/function/Function;Ljava/util/Set;Lcjq;)V
METHOD a create (Lckd$a;)Lckd$a;