yarn/mappings/net/minecraft/world/loot/function/SetAttributesLootFunction.m...

12 lines
576 B
Plaintext
Raw Normal View History

2019-02-13 12:35:08 -05:00
CLASS clj net/minecraft/world/loot/function/SetAttributesLootFunction
CLASS clj$b Attribute
2016-09-14 18:43:52 -04:00
FIELD a name Ljava/lang/String;
FIELD b attribute Ljava/lang/String;
2019-02-13 12:35:08 -05:00
FIELD d amountRange Lckf;
2016-09-14 18:43:52 -04:00
FIELD e id Ljava/util/UUID;
2019-02-13 12:35:08 -05:00
FIELD f slots [Lahq;
METHOD a deserialize (Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;)Lclj$b;
METHOD a serialize (Lcom/google/gson/JsonSerializationContext;)Lcom/google/gson/JsonObject;
2019-02-13 12:35:08 -05:00
CLASS clj$d Factory
METHOD a deserialize (Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;[Lcmj;)Lclj;