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

36 lines
1.1 KiB
Plaintext
Raw Normal View History

2019-06-19 13:48:53 -04:00
CLASS cpk net/minecraft/world/loot/entry/LootEntry
2019-06-19 15:24:08 -04:00
CLASS a Builder
2019-02-20 16:01:25 -05:00
FIELD a children Ljava/util/List;
2019-06-19 13:48:53 -04:00
METHOD a withChild (Lcpk$a;)Lcpb$a;
ARG 1 builder
2019-06-19 13:48:53 -04:00
METHOD b build ()Lcpk;
METHOD d getThisBuilder ()Lcpk$a;
METHOD f getConditions ()[Lcre;
2019-06-19 15:24:08 -04:00
CLASS b Serializer
2019-06-07 07:45:25 -04:00
FIELD a id Lqt;
2019-02-20 16:01:25 -05:00
FIELD b type Ljava/lang/Class;
2019-06-07 07:45:25 -04:00
METHOD <init> (Lqt;Ljava/lang/Class;)V
ARG 1 id
ARG 2 type
2019-06-07 07:45:25 -04:00
METHOD a getIdentifier ()Lqt;
2019-06-19 13:48:53 -04:00
METHOD a toJson (Lcom/google/gson/JsonObject;Lcpk;Lcom/google/gson/JsonSerializationContext;)V
ARG 1 json
ARG 2 entry
ARG 3 context
2019-02-20 16:01:25 -05:00
METHOD b getType ()Ljava/lang/Class;
2019-06-19 13:48:53 -04:00
METHOD b fromJson (Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;[Lcre;)Lcpk;
ARG 1 json
ARG 2 context
ARG 3 conditions
2019-02-20 16:01:25 -05:00
FIELD c conditionPredicate Ljava/util/function/Predicate;
2019-06-19 13:48:53 -04:00
FIELD d conditions [Lcre;
METHOD <init> ([Lcre;)V
ARG 1 conditions
2019-06-19 13:48:53 -04:00
METHOD a test (Lcos;)Z
ARG 1 context
2019-06-19 13:48:53 -04:00
METHOD a check (Lcow;Ljava/util/function/Function;Ljava/util/Set;Lcqr;)V
ARG 1 reporter
ARG 2 supplierGetter
ARG 3 parentLootTables
ARG 4 contextType