Fix LootTable related mappings

serialze => serialize
Serializer => DeSerializer
LootTableContext:
* TARGET => Target
* source => damageSource
* setX(x) => setX(value)
This commit is contained in:
copygirl 2016-10-17 17:05:50 +02:00
parent 19a960b323
commit 2561d5ae91
14 changed files with 38 additions and 38 deletions

View File

@ -1,5 +1,5 @@
CLASS none/bbj net/minecraft/world/loot/LootTable CLASS none/bbj net/minecraft/world/loot/LootTable
CLASS none/bbj$a Serializer CLASS none/bbj$a DeSerializer
METHOD a deserialize (Lcom/google/gson/JsonElement;Ljava/lang/reflect/Type;Lcom/google/gson/JsonDeserializationContext;)Lnone/bbj; METHOD a deserialize (Lcom/google/gson/JsonElement;Ljava/lang/reflect/Type;Lcom/google/gson/JsonDeserializationContext;)Lnone/bbj;
ARG 0 json ARG 0 json
ARG 1 type ARG 1 type

View File

@ -4,20 +4,20 @@ CLASS none/bbk net/minecraft/world/loot/LootTableContext
FIELD b luck F FIELD b luck F
FIELD c lootedEntity Lnone/sg; FIELD c lootedEntity Lnone/sg;
FIELD d player Lnone/aam; FIELD d player Lnone/aam;
FIELD e source Lnone/rr; FIELD e damageSource Lnone/rr;
METHOD <init> (Lnone/lu;)V METHOD <init> (Lnone/lu;)V
ARG 0 world ARG 0 world
METHOD a build ()Lnone/bbk; METHOD a build ()Lnone/bbk;
METHOD a setLuck (F)Lnone/bbk$a; METHOD a setLuck (F)Lnone/bbk$a;
ARG 0 luck ARG 0 value
METHOD a setPlayer (Lnone/aam;)Lnone/bbk$a; METHOD a setPlayer (Lnone/aam;)Lnone/bbk$a;
ARG 0 player ARG 0 value
METHOD a setDamageSource (Lnone/rr;)Lnone/bbk$a; METHOD a setDamageSource (Lnone/rr;)Lnone/bbk$a;
ARG 0 source ARG 0 value
METHOD a setLootedEntity (Lnone/sg;)Lnone/bbk$a; METHOD a setLootedEntity (Lnone/sg;)Lnone/bbk$a;
ARG 0 lootedEntity ARG 0 value
CLASS none/bbk$b TARGET CLASS none/bbk$b Target
CLASS none/bbk$b$a Serializer CLASS none/bbk$b$a DeSerializer
METHOD a deserialize (Lcom/google/gson/stream/JsonReader;)Lnone/bbk$b; METHOD a deserialize (Lcom/google/gson/stream/JsonReader;)Lnone/bbk$b;
ARG 0 reader ARG 0 reader
METHOD a serialize (Lcom/google/gson/stream/JsonWriter;Lnone/bbk$b;)V METHOD a serialize (Lcom/google/gson/stream/JsonWriter;Lnone/bbk$b;)V

View File

@ -1,5 +1,5 @@
CLASS none/bbi net/minecraft/world/loot/LootTableEntry CLASS none/bbi net/minecraft/world/loot/LootTableEntry
CLASS none/bbi$a Serializer CLASS none/bbi$a DeSerializer
METHOD a deserialize (Lcom/google/gson/JsonElement;Ljava/lang/reflect/Type;Lcom/google/gson/JsonDeserializationContext;)Lnone/bbi; METHOD a deserialize (Lcom/google/gson/JsonElement;Ljava/lang/reflect/Type;Lcom/google/gson/JsonDeserializationContext;)Lnone/bbi;
ARG 0 json ARG 0 json
ARG 1 type ARG 1 type

View File

@ -6,7 +6,7 @@ CLASS none/bbq net/minecraft/world/loot/function/LootTableFunction
ARG 0 id ARG 0 id
ARG 1 functionClass ARG 1 functionClass
METHOD a getId ()Lnone/kp; METHOD a getId ()Lnone/kp;
METHOD a serialze (Lcom/google/gson/JsonObject;Lnone/bbq;Lcom/google/gson/JsonSerializationContext;)V METHOD a serialize (Lcom/google/gson/JsonObject;Lnone/bbq;Lcom/google/gson/JsonSerializationContext;)V
ARG 0 json ARG 0 json
ARG 1 functionClass ARG 1 functionClass
ARG 2 context ARG 2 context

View File

@ -1,14 +1,14 @@
CLASS none/bbo net/minecraft/world/loot/function/LootTableFunctionEnchantRandomly CLASS none/bbo net/minecraft/world/loot/function/LootTableFunctionEnchantRandomly
CLASS none/bbo$a Serializer CLASS none/bbo$a DeSerializer
METHOD a deserialize (Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;[Lnone/bcc;)Lnone/bbo; METHOD a deserialize (Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;[Lnone/bcc;)Lnone/bbo;
ARG 0 json ARG 0 json
ARG 1 context ARG 1 context
ARG 2 conditions ARG 2 conditions
METHOD a serialze (Lcom/google/gson/JsonObject;Lnone/bbo;Lcom/google/gson/JsonSerializationContext;)V METHOD a serialize (Lcom/google/gson/JsonObject;Lnone/bbo;Lcom/google/gson/JsonSerializationContext;)V
ARG 0 json ARG 0 json
ARG 1 functionClass ARG 1 functionClass
ARG 2 context ARG 2 context
METHOD a serialze (Lcom/google/gson/JsonObject;Lnone/bbq;Lcom/google/gson/JsonSerializationContext;)V METHOD a serialize (Lcom/google/gson/JsonObject;Lnone/bbq;Lcom/google/gson/JsonSerializationContext;)V
ARG 0 json ARG 0 json
ARG 1 functionClass ARG 1 functionClass
ARG 2 context ARG 2 context

View File

@ -1,14 +1,14 @@
CLASS none/bbp net/minecraft/world/loot/function/LootTableFunctionEnchantWithLevels CLASS none/bbp net/minecraft/world/loot/function/LootTableFunctionEnchantWithLevels
CLASS none/bbp$a Serializer CLASS none/bbp$a DeSerializer
METHOD a deserialize (Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;[Lnone/bcc;)Lnone/bbp; METHOD a deserialize (Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;[Lnone/bcc;)Lnone/bbp;
ARG 0 json ARG 0 json
ARG 1 context ARG 1 context
ARG 2 conditions ARG 2 conditions
METHOD a serialze (Lcom/google/gson/JsonObject;Lnone/bbp;Lcom/google/gson/JsonSerializationContext;)V METHOD a serialize (Lcom/google/gson/JsonObject;Lnone/bbp;Lcom/google/gson/JsonSerializationContext;)V
ARG 0 json ARG 0 json
ARG 1 functionClass ARG 1 functionClass
ARG 2 context ARG 2 context
METHOD a serialze (Lcom/google/gson/JsonObject;Lnone/bbq;Lcom/google/gson/JsonSerializationContext;)V METHOD a serialize (Lcom/google/gson/JsonObject;Lnone/bbq;Lcom/google/gson/JsonSerializationContext;)V
ARG 0 json ARG 0 json
ARG 1 functionClass ARG 1 functionClass
ARG 2 context ARG 2 context

View File

@ -1,14 +1,14 @@
CLASS none/bby net/minecraft/world/loot/function/LootTableFunctionFurnaceSmelt CLASS none/bby net/minecraft/world/loot/function/LootTableFunctionFurnaceSmelt
CLASS none/bby$a Serializer CLASS none/bby$a DeSerializer
METHOD a deserialize (Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;[Lnone/bcc;)Lnone/bby; METHOD a deserialize (Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;[Lnone/bcc;)Lnone/bby;
ARG 0 json ARG 0 json
ARG 1 context ARG 1 context
ARG 2 conditions ARG 2 conditions
METHOD a serialze (Lcom/google/gson/JsonObject;Lnone/bbq;Lcom/google/gson/JsonSerializationContext;)V METHOD a serialize (Lcom/google/gson/JsonObject;Lnone/bbq;Lcom/google/gson/JsonSerializationContext;)V
ARG 0 json ARG 0 json
ARG 1 functionClass ARG 1 functionClass
ARG 2 context ARG 2 context
METHOD a serialze (Lcom/google/gson/JsonObject;Lnone/bby;Lcom/google/gson/JsonSerializationContext;)V METHOD a serialize (Lcom/google/gson/JsonObject;Lnone/bby;Lcom/google/gson/JsonSerializationContext;)V
ARG 0 json ARG 0 json
ARG 1 functionClass ARG 1 functionClass
ARG 2 context ARG 2 context

View File

@ -1,14 +1,14 @@
CLASS none/bbs net/minecraft/world/loot/function/LootTableFunctionLootingEnchant CLASS none/bbs net/minecraft/world/loot/function/LootTableFunctionLootingEnchant
CLASS none/bbs$a Serializer CLASS none/bbs$a DeSerializer
METHOD a deserialize (Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;[Lnone/bcc;)Lnone/bbs; METHOD a deserialize (Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;[Lnone/bcc;)Lnone/bbs;
ARG 0 json ARG 0 json
ARG 1 context ARG 1 context
ARG 2 conditions ARG 2 conditions
METHOD a serialze (Lcom/google/gson/JsonObject;Lnone/bbq;Lcom/google/gson/JsonSerializationContext;)V METHOD a serialize (Lcom/google/gson/JsonObject;Lnone/bbq;Lcom/google/gson/JsonSerializationContext;)V
ARG 0 json ARG 0 json
ARG 1 functionClass ARG 1 functionClass
ARG 2 context ARG 2 context
METHOD a serialze (Lcom/google/gson/JsonObject;Lnone/bbs;Lcom/google/gson/JsonSerializationContext;)V METHOD a serialize (Lcom/google/gson/JsonObject;Lnone/bbs;Lcom/google/gson/JsonSerializationContext;)V
ARG 0 json ARG 0 json
ARG 1 functionClass ARG 1 functionClass
ARG 2 context ARG 2 context

View File

@ -1,5 +1,5 @@
CLASS none/bbr net/minecraft/world/loot/function/LootTableFunctionRegistry CLASS none/bbr net/minecraft/world/loot/function/LootTableFunctionRegistry
CLASS none/bbr$a Serializer CLASS none/bbr$a DeSerializer
METHOD a deserialize (Lcom/google/gson/JsonElement;Ljava/lang/reflect/Type;Lcom/google/gson/JsonDeserializationContext;)Lnone/bbq; METHOD a deserialize (Lcom/google/gson/JsonElement;Ljava/lang/reflect/Type;Lcom/google/gson/JsonDeserializationContext;)Lnone/bbq;
ARG 0 json ARG 0 json
ARG 1 type ARG 1 type

View File

@ -22,16 +22,16 @@ CLASS none/bbt net/minecraft/world/loot/function/LootTableFunctionSetAttributes
ARG 0 context ARG 0 context
METHOD a getOperationId (Ljava/lang/String;)I METHOD a getOperationId (Ljava/lang/String;)I
ARG 0 name ARG 0 name
CLASS none/bbt$b Serializer CLASS none/bbt$b DeSerializer
METHOD a deserialize (Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;[Lnone/bcc;)Lnone/bbt; METHOD a deserialize (Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;[Lnone/bcc;)Lnone/bbt;
ARG 0 json ARG 0 json
ARG 1 context ARG 1 context
ARG 2 conditions ARG 2 conditions
METHOD a serialze (Lcom/google/gson/JsonObject;Lnone/bbq;Lcom/google/gson/JsonSerializationContext;)V METHOD a serialize (Lcom/google/gson/JsonObject;Lnone/bbq;Lcom/google/gson/JsonSerializationContext;)V
ARG 0 json ARG 0 json
ARG 1 functionClass ARG 1 functionClass
ARG 2 context ARG 2 context
METHOD a serialze (Lcom/google/gson/JsonObject;Lnone/bbt;Lcom/google/gson/JsonSerializationContext;)V METHOD a serialize (Lcom/google/gson/JsonObject;Lnone/bbt;Lcom/google/gson/JsonSerializationContext;)V
ARG 0 json ARG 0 json
ARG 1 functionClass ARG 1 functionClass
ARG 2 context ARG 2 context

View File

@ -1,14 +1,14 @@
CLASS none/bbu net/minecraft/world/loot/function/LootTableFunctionSetCount CLASS none/bbu net/minecraft/world/loot/function/LootTableFunctionSetCount
CLASS none/bbu$a Serializer CLASS none/bbu$a DeSerializer
METHOD a deserialize (Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;[Lnone/bcc;)Lnone/bbu; METHOD a deserialize (Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;[Lnone/bcc;)Lnone/bbu;
ARG 0 json ARG 0 json
ARG 1 context ARG 1 context
ARG 2 conditions ARG 2 conditions
METHOD a serialze (Lcom/google/gson/JsonObject;Lnone/bbq;Lcom/google/gson/JsonSerializationContext;)V METHOD a serialize (Lcom/google/gson/JsonObject;Lnone/bbq;Lcom/google/gson/JsonSerializationContext;)V
ARG 0 json ARG 0 json
ARG 1 functionClass ARG 1 functionClass
ARG 2 context ARG 2 context
METHOD a serialze (Lcom/google/gson/JsonObject;Lnone/bbu;Lcom/google/gson/JsonSerializationContext;)V METHOD a serialize (Lcom/google/gson/JsonObject;Lnone/bbu;Lcom/google/gson/JsonSerializationContext;)V
ARG 0 json ARG 0 json
ARG 1 functionClass ARG 1 functionClass
ARG 2 context ARG 2 context

View File

@ -1,14 +1,14 @@
CLASS none/bbv net/minecraft/world/loot/function/LootTableFunctionSetDamage CLASS none/bbv net/minecraft/world/loot/function/LootTableFunctionSetDamage
CLASS none/bbv$a Serializer CLASS none/bbv$a DeSerializer
METHOD a deserialize (Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;[Lnone/bcc;)Lnone/bbv; METHOD a deserialize (Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;[Lnone/bcc;)Lnone/bbv;
ARG 0 json ARG 0 json
ARG 1 context ARG 1 context
ARG 2 conditions ARG 2 conditions
METHOD a serialze (Lcom/google/gson/JsonObject;Lnone/bbq;Lcom/google/gson/JsonSerializationContext;)V METHOD a serialize (Lcom/google/gson/JsonObject;Lnone/bbq;Lcom/google/gson/JsonSerializationContext;)V
ARG 0 json ARG 0 json
ARG 1 functionClass ARG 1 functionClass
ARG 2 context ARG 2 context
METHOD a serialze (Lcom/google/gson/JsonObject;Lnone/bbv;Lcom/google/gson/JsonSerializationContext;)V METHOD a serialize (Lcom/google/gson/JsonObject;Lnone/bbv;Lcom/google/gson/JsonSerializationContext;)V
ARG 0 json ARG 0 json
ARG 1 functionClass ARG 1 functionClass
ARG 2 context ARG 2 context

View File

@ -1,14 +1,14 @@
CLASS none/bbw net/minecraft/world/loot/function/LootTableFunctionSetData CLASS none/bbw net/minecraft/world/loot/function/LootTableFunctionSetData
CLASS none/bbw$a Serializer CLASS none/bbw$a DeSerializer
METHOD a deserialize (Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;[Lnone/bcc;)Lnone/bbw; METHOD a deserialize (Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;[Lnone/bcc;)Lnone/bbw;
ARG 0 json ARG 0 json
ARG 1 context ARG 1 context
ARG 2 conditions ARG 2 conditions
METHOD a serialze (Lcom/google/gson/JsonObject;Lnone/bbq;Lcom/google/gson/JsonSerializationContext;)V METHOD a serialize (Lcom/google/gson/JsonObject;Lnone/bbq;Lcom/google/gson/JsonSerializationContext;)V
ARG 0 json ARG 0 json
ARG 1 functionClass ARG 1 functionClass
ARG 2 context ARG 2 context
METHOD a serialze (Lcom/google/gson/JsonObject;Lnone/bbw;Lcom/google/gson/JsonSerializationContext;)V METHOD a serialize (Lcom/google/gson/JsonObject;Lnone/bbw;Lcom/google/gson/JsonSerializationContext;)V
ARG 0 json ARG 0 json
ARG 1 functionClass ARG 1 functionClass
ARG 2 context ARG 2 context

View File

@ -1,14 +1,14 @@
CLASS none/bbx net/minecraft/world/loot/function/LootTableFunctionSetTag CLASS none/bbx net/minecraft/world/loot/function/LootTableFunctionSetTag
CLASS none/bbx$a Serializer CLASS none/bbx$a DeSerializer
METHOD a deserialize (Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;[Lnone/bcc;)Lnone/bbx; METHOD a deserialize (Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;[Lnone/bcc;)Lnone/bbx;
ARG 0 json ARG 0 json
ARG 1 context ARG 1 context
ARG 2 conditions ARG 2 conditions
METHOD a serialze (Lcom/google/gson/JsonObject;Lnone/bbq;Lcom/google/gson/JsonSerializationContext;)V METHOD a serialize (Lcom/google/gson/JsonObject;Lnone/bbq;Lcom/google/gson/JsonSerializationContext;)V
ARG 0 json ARG 0 json
ARG 1 functionClass ARG 1 functionClass
ARG 2 context ARG 2 context
METHOD a serialze (Lcom/google/gson/JsonObject;Lnone/bbx;Lcom/google/gson/JsonSerializationContext;)V METHOD a serialize (Lcom/google/gson/JsonObject;Lnone/bbx;Lcom/google/gson/JsonSerializationContext;)V
ARG 0 json ARG 0 json
ARG 1 functionClass ARG 1 functionClass
ARG 2 context ARG 2 context