yarn/mappings/net/minecraft/predicate/item/EnchantmentPredicate.mapping

13 lines
405 B
Plaintext
Raw Normal View History

2019-03-20 13:56:26 -04:00
CLASS aq net/minecraft/predicate/item/EnchantmentPredicate
FIELD a ANY Laq;
2019-06-19 13:48:53 -04:00
FIELD b enchantment Lbfn;
2019-03-20 13:56:26 -04:00
FIELD c levels Lbi$d;
2019-06-19 13:48:53 -04:00
METHOD <init> (Lbfn;Lbi$d;)V
2018-11-04 07:22:38 -05:00
ARG 1 enchantment
2018-11-28 03:35:45 -05:00
METHOD a serialize ()Lcom/google/gson/JsonElement;
2019-03-20 13:56:26 -04:00
METHOD a deserialize (Lcom/google/gson/JsonElement;)Laq;
ARG 0 el
METHOD a test (Ljava/util/Map;)Z
2019-03-20 13:56:26 -04:00
METHOD b deserializeAll (Lcom/google/gson/JsonElement;)[Laq;
ARG 0 el