yarn/mappings/net/minecraft/world/loot/condition/EntityScoresLootCondition.m...

9 lines
548 B
Plaintext
Raw Normal View History

2018-11-29 15:10:38 -05:00
CLASS cjo net/minecraft/world/loot/condition/EntityScoresLootCondition
CLASS cjo$b Factory
METHOD a serialize (Lcom/google/gson/JsonObject;Lcjo;Lcom/google/gson/JsonSerializationContext;)V
METHOD a toJson (Lcom/google/gson/JsonObject;Lcjt;Lcom/google/gson/JsonSerializationContext;)V
METHOD a deserialize (Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;)Lcjo;
METHOD b fromJson (Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;)Lcjt;
FIELD a scores Ljava/util/Map;
2018-11-29 15:10:38 -05:00
FIELD b target Lchi$c;