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

17 lines
468 B
Plaintext
Raw Normal View History

CLASS an net/minecraft/predicate/item/EnchantmentPredicate
2018-11-27 13:50:51 -05:00
FIELD a ANY Lan;
2018-11-28 03:35:45 -05:00
FIELD b enchantment Layq;
2018-11-27 13:50:51 -05:00
FIELD c levels Lbf$d;
METHOD <init> (Layq;Lbf$d;)V
2018-11-04 07:22:38 -05:00
ARG 1 enchantment
ARG 2 levels
2018-11-28 03:35:45 -05:00
METHOD a serialize ()Lcom/google/gson/JsonElement;
ARG 1 json
2018-11-27 13:50:51 -05:00
METHOD a deserialize (Lcom/google/gson/JsonElement;)Lan;
ARG 0 el
METHOD a test (Ljava/util/Map;)Z
ARG 1 enchantments
ARG 2 level
2018-11-27 13:50:51 -05:00
METHOD b deserializeAll (Lcom/google/gson/JsonElement;)[Lan;
ARG 0 el