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

13 lines
405 B
Plaintext
Raw Normal View History

2019-03-14 08:57:09 -04:00
CLASS ap net/minecraft/predicate/item/EnchantmentPredicate
FIELD a ANY Lap;
FIELD b enchantment Lbea;
FIELD c levels Lbh$d;
METHOD <init> (Lbea;Lbh$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-14 08:57:09 -04:00
METHOD a deserialize (Lcom/google/gson/JsonElement;)Lap;
ARG 0 el
METHOD a test (Ljava/util/Map;)Z
2019-03-14 08:57:09 -04:00
METHOD b deserializeAll (Lcom/google/gson/JsonElement;)[Lap;
ARG 0 el