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

10 lines
487 B
Plaintext
Raw Normal View History

2018-12-12 12:12:26 -05:00
CLASS cle net/minecraft/world/loot/condition/InvertedLootCondition
CLASS cle$a Factory
METHOD a toJson (Lcom/google/gson/JsonObject;Lclh;Lcom/google/gson/JsonSerializationContext;)V
METHOD b fromJson (Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;)Lclh;
FIELD a term Lclh;
METHOD a getRequiredParameters ()Ljava/util/Set;
2018-12-12 12:12:26 -05:00
METHOD a test (Lciv;)Z
METHOD a check (Lciz;Ljava/util/function/Function;Ljava/util/Set;Lcku;)V
METHOD a create (Lclh$a;)Lclh$a;