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

12 lines
636 B
Plaintext
Raw Normal View History

2019-01-16 13:24:40 -05:00
CLASS cmf net/minecraft/world/loot/condition/RandomChanceWithLootingLootCondition
CLASS cmf$a Factory
METHOD a toJson (Lcom/google/gson/JsonObject;Lcma;Lcom/google/gson/JsonSerializationContext;)V
METHOD a serialize (Lcom/google/gson/JsonObject;Lcmf;Lcom/google/gson/JsonSerializationContext;)V
METHOD a deserialize (Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;)Lcmf;
METHOD b fromJson (Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;)Lcma;
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;