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

21 lines
670 B
Plaintext
Raw Normal View History

2019-04-17 12:41:25 -04:00
CLASS cqw net/minecraft/world/loot/condition/LootCondition
CLASS cqw$a Builder
METHOD a invert ()Lcqw$a;
METHOD a withCondition (Lcqw$a;)Lcqn$a;
ARG 1 condition
2019-04-17 12:41:25 -04:00
CLASS cqw$b Factory
2019-04-05 12:03:47 -04:00
FIELD a id Lqs;
FIELD b conditionClass Ljava/lang/Class;
METHOD <init> (Lqs;Ljava/lang/Class;)V
ARG 1 id
ARG 2 clazz
2019-04-05 12:03:47 -04:00
METHOD a getId ()Lqs;
2019-04-17 12:41:25 -04:00
METHOD a toJson (Lcom/google/gson/JsonObject;Lcqw;Lcom/google/gson/JsonSerializationContext;)V
ARG 1 json
ARG 2 condition
ARG 3 context
METHOD b getConditionClass ()Ljava/lang/Class;
2019-04-17 12:41:25 -04:00
METHOD b fromJson (Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;)Lcqw;
ARG 1 json
ARG 2 context