yarn/mappings/net/minecraft/world/loot/condition/RandomChanceWithLootingLoot...

12 lines
636 B
Plaintext
Raw Normal View History

2018-12-12 12:12:26 -05:00
CLASS clm net/minecraft/world/loot/condition/RandomChanceWithLootingLootCondition
CLASS clm$a Factory
METHOD a toJson (Lcom/google/gson/JsonObject;Lclh;Lcom/google/gson/JsonSerializationContext;)V
METHOD a serialize (Lcom/google/gson/JsonObject;Lclm;Lcom/google/gson/JsonSerializationContext;)V
METHOD a deserialize (Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;)Lclm;
METHOD b fromJson (Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;)Lclh;
2016-09-14 18:43:52 -04:00
FIELD a chance F
FIELD b lootingMultiplier F
2018-12-12 12:22:18 -05:00
METHOD <init> (FF)V
2018-11-04 07:22:38 -05:00
ARG 1 chance
METHOD a getRequiredParameters ()Ljava/util/Set;