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

21 lines
845 B
Plaintext
Raw Normal View History

2019-02-06 15:22:24 -05:00
CLASS cki net/minecraft/world/loot/entry/LootEntry
CLASS cki$a Builder
FIELD a children Ljava/util/List;
2019-02-06 15:22:24 -05:00
METHOD a withChild (Lcki$a;)Lcjz$a;
METHOD a withCondition (Lcmc$a;)Lcki$a;
METHOD b build ()Lcki;
METHOD d getThisBuilder ()Lcki$a;
METHOD e getThis ()Lcki$a;
METHOD f getConditions ()[Lcmc;
CLASS cki$b Serializer
2019-01-24 11:47:45 -05:00
FIELD a id Lqd;
FIELD b type Ljava/lang/Class;
2019-01-24 11:47:45 -05:00
METHOD a getIdentifier ()Lqd;
2019-02-06 15:22:24 -05:00
METHOD a toJson (Lcom/google/gson/JsonObject;Lcki;Lcom/google/gson/JsonSerializationContext;)V
METHOD b getType ()Ljava/lang/Class;
2019-02-06 15:22:24 -05:00
METHOD b fromJson (Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;[Lcmc;)Lcki;
FIELD c conditionPredicate Ljava/util/function/Predicate;
2019-02-06 15:22:24 -05:00
FIELD d conditions [Lcmc;
METHOD a test (Lcjq;)Z
METHOD a check (Lcju;Ljava/util/function/Function;Ljava/util/Set;Lclp;)V