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

12 lines
576 B
Plaintext
Raw Normal View History

2019-02-06 15:22:24 -05:00
CLASS clc net/minecraft/world/loot/function/SetAttributesLootFunction
CLASS clc$b Attribute
2016-09-14 18:43:52 -04:00
FIELD a name Ljava/lang/String;
FIELD b attribute Ljava/lang/String;
2019-02-06 15:22:24 -05:00
FIELD d amountRange Lcjy;
2016-09-14 18:43:52 -04:00
FIELD e id Ljava/util/UUID;
2019-02-06 15:22:24 -05:00
FIELD f slots [Lahn;
METHOD a deserialize (Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;)Lclc$b;
METHOD a serialize (Lcom/google/gson/JsonSerializationContext;)Lcom/google/gson/JsonObject;
2019-02-06 15:22:24 -05:00
CLASS clc$d Factory
METHOD a deserialize (Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;[Lcmc;)Lclc;