yarn/mappings/net/minecraft/world/loot/entry/LootEntry.mapping

19 lines
774 B
Plaintext
Raw Normal View History

2019-04-03 12:16:41 -04:00
CLASS cor net/minecraft/world/loot/entry/LootEntry
CLASS cor$a Builder
2019-02-20 16:01:25 -05:00
FIELD a children Ljava/util/List;
2019-04-03 12:16:41 -04:00
METHOD a withChild (Lcor$a;)Lcoh$a;
METHOD b build ()Lcor;
METHOD d getThisBuilder ()Lcor$a;
METHOD f getConditions ()[Lcql;
CLASS cor$b Serializer
2019-03-27 14:35:10 -04:00
FIELD a id Lqr;
2019-02-20 16:01:25 -05:00
FIELD b type Ljava/lang/Class;
2019-03-27 14:35:10 -04:00
METHOD a getIdentifier ()Lqr;
2019-04-03 12:16:41 -04:00
METHOD a toJson (Lcom/google/gson/JsonObject;Lcor;Lcom/google/gson/JsonSerializationContext;)V
2019-02-20 16:01:25 -05:00
METHOD b getType ()Ljava/lang/Class;
2019-04-03 12:16:41 -04:00
METHOD b fromJson (Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;[Lcql;)Lcor;
2019-02-20 16:01:25 -05:00
FIELD c conditionPredicate Ljava/util/function/Predicate;
2019-04-03 12:16:41 -04:00
FIELD d conditions [Lcql;
METHOD a test (Lcny;)Z
METHOD a check (Lcoc;Ljava/util/function/Function;Ljava/util/Set;Lcpy;)V