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

21 lines
845 B
Plaintext
Raw Normal View History

2019-01-30 12:48:39 -05:00
CLASS ckf net/minecraft/world/loot/entry/LootEntry
CLASS ckf$a Builder
FIELD a children Ljava/util/List;
2019-01-30 12:48:39 -05:00
METHOD a withChild (Lckf$a;)Lcjw$a;
METHOD a withCondition (Lclz$a;)Lckf$a;
METHOD b build ()Lckf;
METHOD d getThisBuilder ()Lckf$a;
METHOD e getThis ()Lckf$a;
METHOD f getConditions ()[Lclz;
CLASS ckf$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-01-30 12:48:39 -05:00
METHOD a toJson (Lcom/google/gson/JsonObject;Lckf;Lcom/google/gson/JsonSerializationContext;)V
METHOD b getType ()Ljava/lang/Class;
2019-01-30 12:48:39 -05:00
METHOD b fromJson (Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;[Lclz;)Lckf;
FIELD c conditionPredicate Ljava/util/function/Predicate;
2019-01-30 12:48:39 -05:00
FIELD d conditions [Lclz;
METHOD a test (Lcjn;)Z
METHOD a check (Lcjr;Ljava/util/function/Function;Ljava/util/Set;Lclm;)V