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

12 lines
498 B
Plaintext

CLASS bgj net/minecraft/world/loot/condition/ILootTableCondition
CLASS bgj$a Provider
FIELD a id Lnd;
FIELD b conditionClass Ljava/lang/Class;
METHOD a getId ()Lnd;
METHOD a serialize (Lcom/google/gson/JsonObject;Lbgj;Lcom/google/gson/JsonSerializationContext;)V
METHOD b getConditionClass ()Ljava/lang/Class;
METHOD b deserialize (Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;)Lbgj;
METHOD a matches (Ljava/util/Random;Lbfr;)Z
ARG 0 rand
ARG 1 context