Improvements for own previously provided mappings (#635)

* Improved own mappings

* minor

* typo
This commit is contained in:
NeunEinser 2019-04-18 21:38:23 +02:00 committed by Modmuss50
parent 84d0ae402b
commit c23285eae4
32 changed files with 68 additions and 66 deletions

View File

@ -9,11 +9,11 @@ CLASS cyu net/minecraft/client/gui/menu/CustomizeFlatLevelScreen
FIELD b config Lcfk;
FIELD c tileText Ljava/lang/String;
FIELD d heightText Ljava/lang/String;
FIELD e layerList Lcyu$a;
FIELD e layers Lcyu$a;
FIELD f widgetButtonRemoveLayer Lcwm;
METHOD <init> (Ldcu;Lib;)V
ARG 1 parent
ARG 2 generatorOptionsTag
ARG 2 generatorOptions
METHOD a getConfigString ()Ljava/lang/String;
METHOD render (IIF)V
ARG 1 mouseX

View File

@ -18,17 +18,17 @@ CLASS dbu net/minecraft/client/gui/menu/MultiplayerScreen
ARG 1 arg1
METHOD a connect (Ldhm;)V
ARG 1 entry
METHOD a setTooltipText (Ljava/lang/String;)V
METHOD a setTooltip (Ljava/lang/String;)V
ARG 1 text
METHOD a removeEntry (Z)V
ARG 1 confirmedAction
METHOD b updateButtonActivationState ()V
METHOD b updateButtonActivationStates ()V
METHOD b editEntry (Z)V
ARG 1 confirmedAction
METHOD c addEntry (Z)V
ARG 1 confirmedAction
METHOD d getServerList ()Ldhn;
METHOD d directConnectFromSubMenu (Z)V
METHOD d directConnect (Z)V
ARG 1 confirmedAction
METHOD e refresh ()V
METHOD keyPressed (III)Z

View File

@ -7,7 +7,7 @@ CLASS cwo net/minecraft/client/gui/widget/CheckboxWidget
ARG 3 width
ARG 4 height
ARG 5 message
ARG 6 isChecked
ARG 6 checked
METHOD a isChecked ()Z
METHOD renderButton (IIF)V
ARG 1 mouseX

View File

@ -27,6 +27,7 @@ CLASS ub net/minecraft/server/command/DataCommand
METHOD a executeInsert (ILib;Lcr$h;Ljava/util/List;)I
ARG 0 integer
ARG 1 sourceTag
ARG 2 path
ARG 3 tags
METHOD a executeGet (Lcd;Lua;)I
ARG 0 source
@ -55,6 +56,7 @@ CLASS ub net/minecraft/server/command/DataCommand
ARG 0 path
ARG 1 object
METHOD a addModifyArgument (Ljava/util/function/BiConsumer;)Lcom/mojang/brigadier/builder/ArgumentBuilder;
ARG 0 subArgumentAdder
METHOD b executeGet (Lcd;Lua;Lcr$h;)I
ARG 0 source
ARG 1 object

View File

@ -13,18 +13,18 @@ CLASS sa net/minecraft/server/command/ExecuteCommand
ARG 0 source
ARG 1 targets
ARG 2 objective
ARG 3 requestResultValue
ARG 3 requestResult
METHOD a executeStoreBossbar (Lcd;Lri;ZZ)Lcd;
ARG 0 source
ARG 1 bossBar
ARG 2 storeInValue
ARG 3 requestResultValue
ARG 3 requestResult
METHOD a executeStoreData (Lcd;Lua;Lcr$h;Ljava/util/function/IntFunction;Z)Lcd;
ARG 0 source
ARG 1 object
ARG 2 path
ARG 3 tagSetter
ARG 4 requestResultValue
ARG 4 requestResult
METHOD a register (Lcom/mojang/brigadier/CommandDispatcher;)V
ARG 0 dispatcher
METHOD a testScoreMatch (Lcom/mojang/brigadier/context/CommandContext;Lbi$d;)Z
@ -57,7 +57,7 @@ CLASS sa net/minecraft/server/command/ExecuteCommand
METHOD a addStoreArguments (Lcom/mojang/brigadier/tree/LiteralCommandNode;Lcom/mojang/brigadier/builder/LiteralArgumentBuilder;Z)Lcom/mojang/brigadier/builder/ArgumentBuilder;
ARG 0 node
ARG 1 builder
ARG 2 requestResultValue
ARG 2 requestResult
METHOD a countPathMatches (Lua;Lcr$h;)I
ARG 0 object
ARG 1 path

View File

@ -22,7 +22,7 @@ CLASS sn net/minecraft/server/command/LootCommand
ARG 1 stacks
ARG 2 slot
ARG 3 stackCount
ARG 4 globallyAddedStacks
ARG 4 addedStacks
METHOD a itemsMatch (Lbbz;Lbbz;)Z
ARG 0 first
ARG 1 second

View File

@ -6,7 +6,7 @@ CLASS cd net/minecraft/server/command/ServerCommandSource
FIELD e world Lvf;
FIELD f level I
FIELD g simpleName Ljava/lang/String;
FIELD h nameTextComponent Ljm;
FIELD h name Ljm;
FIELD i minecraftServer Lnet/minecraft/server/MinecraftServer;
FIELD j silent Z
FIELD k entity Laie;
@ -20,7 +20,7 @@ CLASS cd net/minecraft/server/command/ServerCommandSource
ARG 4 world
ARG 5 level
ARG 6 simpleName
ARG 7 nameTextComponent
ARG 7 name
ARG 8 server
ARG 9 entity
METHOD <init> (Lcc;Lcrt;Lcrs;Lvf;ILjava/lang/String;Ljm;Lnet/minecraft/server/MinecraftServer;Laie;ZLcom/mojang/brigadier/ResultConsumer;Lck$a;)V
@ -30,7 +30,7 @@ CLASS cd net/minecraft/server/command/ServerCommandSource
ARG 4 world
ARG 5 level
ARG 6 simpleName
ARG 7 nameTextComponent
ARG 7 name
ARG 8 server
ARG 9 entity
ARG 10 silent

View File

@ -1,7 +1,7 @@
CLASS cof net/minecraft/world/loot/BinomialLootTableRange
CLASS cof$a Serializer
METHOD deserialize (Lcom/google/gson/JsonElement;Ljava/lang/reflect/Type;Lcom/google/gson/JsonDeserializationContext;)Ljava/lang/Object;
ARG 1 functionJson
ARG 1 json
ARG 2 unused
ARG 3 context
METHOD serialize (Ljava/lang/Object;Ljava/lang/reflect/Type;Lcom/google/gson/JsonSerializationContext;)Lcom/google/gson/JsonElement;

View File

@ -1,7 +1,7 @@
CLASS coh net/minecraft/world/loot/ConstantLootTableRange
CLASS coh$a Serializer
METHOD deserialize (Lcom/google/gson/JsonElement;Ljava/lang/reflect/Type;Lcom/google/gson/JsonDeserializationContext;)Ljava/lang/Object;
ARG 1 functionJson
ARG 1 json
ARG 2 unused
ARG 3 context
METHOD serialize (Ljava/lang/Object;Ljava/lang/reflect/Type;Lcom/google/gson/JsonSerializationContext;)Lcom/google/gson/JsonElement;

View File

@ -12,7 +12,7 @@ CLASS col net/minecraft/world/loot/LootPool
METHOD b build ()Lcol;
CLASS col$b Serializer
METHOD deserialize (Lcom/google/gson/JsonElement;Ljava/lang/reflect/Type;Lcom/google/gson/JsonDeserializationContext;)Ljava/lang/Object;
ARG 1 poolJson
ARG 1 json
ARG 2 unused
ARG 3 context
METHOD serialize (Ljava/lang/Object;Ljava/lang/reflect/Type;Lcom/google/gson/JsonSerializationContext;)Lcom/google/gson/JsonElement;

View File

@ -10,7 +10,7 @@ CLASS com net/minecraft/world/loot/LootSupplier
METHOD b create ()Lcom;
CLASS com$b Serializer
METHOD deserialize (Lcom/google/gson/JsonElement;Ljava/lang/reflect/Type;Lcom/google/gson/JsonDeserializationContext;)Ljava/lang/Object;
ARG 1 lootTableRootJson
ARG 1 json
ARG 2 unused
ARG 3 context
METHOD serialize (Ljava/lang/Object;Ljava/lang/reflect/Type;Lcom/google/gson/JsonSerializationContext;)Lcom/google/gson/JsonElement;

View File

@ -1,7 +1,7 @@
CLASS cor net/minecraft/world/loot/LootTableRanges
FIELD a types Ljava/util/Map;
METHOD a deserialize (Lcom/google/gson/JsonElement;Lcom/google/gson/JsonDeserializationContext;)Lcoq;
ARG 0 rangeJson
ARG 0 json
ARG 1 context
METHOD a serialize (Lcoq;Lcom/google/gson/JsonSerializationContext;)Lcom/google/gson/JsonElement;
ARG 0 range

View File

@ -10,4 +10,4 @@ CLASS coo net/minecraft/world/loot/LootTableReporter
ARG 1 message
METHOD b getContext ()Ljava/lang/String;
METHOD b makeChild (Ljava/lang/String;)Lcoo;
ARG 1 childTag
ARG 1 name

View File

@ -1,7 +1,7 @@
CLASS cos net/minecraft/world/loot/UniformLootTableRange
CLASS cos$a Serializer
METHOD deserialize (Lcom/google/gson/JsonElement;Ljava/lang/reflect/Type;Lcom/google/gson/JsonDeserializationContext;)Ljava/lang/Object;
ARG 1 valueJson
ARG 1 json
ARG 2 unused
ARG 3 context
METHOD serialize (Ljava/lang/Object;Ljava/lang/reflect/Type;Lcom/google/gson/JsonSerializationContext;)Lcom/google/gson/JsonElement;

View File

@ -4,6 +4,6 @@ CLASS cqt net/minecraft/world/loot/condition/InvertedLootCondition
METHOD <init> (Lcqw;)V
ARG 1 term
METHOD a builder (Lcqw$a;)Lcqw$a;
ARG 0 conditionBuilder
ARG 0 term
METHOD test (Ljava/lang/Object;)Z
ARG 1 context

View File

@ -2,19 +2,19 @@ CLASS cqw net/minecraft/world/loot/condition/LootCondition
CLASS cqw$a Builder
METHOD a invert ()Lcqw$a;
METHOD a withCondition (Lcqw$a;)Lcqn$a;
ARG 1 conditionBuilder
ARG 1 condition
CLASS cqw$b Factory
FIELD a id Lqs;
FIELD b conditionClass Ljava/lang/Class;
METHOD <init> (Lqs;Ljava/lang/Class;)V
ARG 1 id
ARG 2 conditionClass
ARG 2 clazz
METHOD a getId ()Lqs;
METHOD a toJson (Lcom/google/gson/JsonObject;Lcqw;Lcom/google/gson/JsonSerializationContext;)V
ARG 1 conditionJson
ARG 1 json
ARG 2 condition
ARG 3 context
METHOD b getConditionClass ()Ljava/lang/Class;
METHOD b fromJson (Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;)Lcqw;
ARG 1 conditionJson
ARG 1 json
ARG 2 context

View File

@ -1,7 +1,7 @@
CLASS cqx net/minecraft/world/loot/condition/LootConditions
CLASS cqx$a Factory
METHOD deserialize (Lcom/google/gson/JsonElement;Ljava/lang/reflect/Type;Lcom/google/gson/JsonDeserializationContext;)Ljava/lang/Object;
ARG 1 conditionsJson
ARG 1 json
ARG 2 unused
ARG 3 context
METHOD serialize (Ljava/lang/Object;Ljava/lang/reflect/Type;Lcom/google/gson/JsonSerializationContext;)Lcom/google/gson/JsonElement;
@ -11,7 +11,7 @@ CLASS cqx net/minecraft/world/loot/condition/LootConditions
FIELD a byId Ljava/util/Map;
FIELD b byClass Ljava/util/Map;
METHOD a register (Lcqw$b;)V
ARG 0 conditionFactory
ARG 0 condition
METHOD a getFactory (Lcqw;)Lcqw$b;
ARG 0 condition
METHOD a (Ljava/lang/Object;)Z

View File

@ -4,6 +4,6 @@ CLASS crc net/minecraft/world/loot/condition/MatchToolLootCondition
METHOD <init> (Lbc;)V
ARG 1 predicate
METHOD a builder (Lbc$a;)Lcqw$a;
ARG 0 predicateBuilder
ARG 0 predicate
METHOD test (Ljava/lang/Object;)Z
ARG 1 context

View File

@ -3,7 +3,7 @@ CLASS crd net/minecraft/world/loot/condition/WeatherCheckLootCondition
FIELD a raining Ljava/lang/Boolean;
FIELD b thundering Ljava/lang/Boolean;
METHOD <init> (Ljava/lang/Boolean;Ljava/lang/Boolean;)V
ARG 1 isRainig
ARG 2 isThundering
ARG 1 raining
ARG 2 thundering
METHOD test (Ljava/lang/Object;)Z
ARG 1 context

View File

@ -21,7 +21,7 @@ CLASS coj net/minecraft/world/loot/context/LootContext
ARG 1 key
ARG 2 value
METHOD a build (Lcqj;)Lcoj;
ARG 1 contextType
ARG 1 type
METHOD a setRandom (Ljava/util/Random;)Lcoj$a;
ARG 1 random
METHOD a putDrop (Lqs;Lcoj$b;)Lcoj$a;

View File

@ -9,25 +9,25 @@ CLASS cqk net/minecraft/world/loot/context/LootContextTypes
FIELD h BLOCK Lcqj;
FIELD i MAP Lcom/google/common/collect/BiMap;
METHOD a (Lcqj$a;)V
ARG 0 contextTypeBuilder
ARG 0 builder
METHOD a getId (Lcqj;)Lqs;
ARG 0 contextType
METHOD a register (Ljava/lang/String;Ljava/util/function/Consumer;)Lcqj;
ARG 0 type
ARG 1 contextTypeBuilder
METHOD a register (Ljava/lang/String;Ljava/util/function/Consumer;)Lcqj;
ARG 0 name
ARG 1 type
METHOD a get (Lqs;)Lcqj;
ARG 0 id
METHOD b (Lcqj$a;)V
ARG 0 contextTypeBuilder
ARG 0 builder
METHOD c (Lcqj$a;)V
ARG 0 contextTypeBuilder
ARG 0 builder
METHOD d (Lcqj$a;)V
ARG 0 contextTypeBuilder
ARG 0 builder
METHOD e (Lcqj$a;)V
ARG 0 contextTypeBuilder
ARG 0 builder
METHOD f (Lcqj$a;)V
ARG 0 contextTypeBuilder
ARG 0 builder
METHOD g (Lcqj$a;)V
ARG 0 contextTypeBuilder
ARG 0 builder
METHOD h (Lcqj$a;)V
ARG 0 contextTypeBuilder
ARG 0 builder

View File

@ -5,7 +5,7 @@ CLASS cov net/minecraft/world/loot/entry/CombinedEntry
ARG 2 conditions
CLASS cov$b Serializer
METHOD a fromJson (Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;[Lcpc;[Lcqw;)Lcov;
ARG 1 entryJsonObject
ARG 1 json
ARG 2 context
ARG 3 children
ARG 4 conditions
@ -17,6 +17,6 @@ CLASS cov net/minecraft/world/loot/entry/CombinedEntry
METHOD a createSerializer (Lqs;Ljava/lang/Class;Lcov$a;)Lcov$b;
ARG 0 id
ARG 1 type
ARG 2 combinedEntryFactory
ARG 2 entry
METHOD a combine ([Lcou;)Lcou;
ARG 1 children

View File

@ -11,7 +11,7 @@ CLASS cpd net/minecraft/world/loot/entry/LeafEntry
CLASS cpd$b BasicBuilder
FIELD c factory Lcpd$d;
METHOD <init> (Lcpd$d;)V
ARG 1 leafEntryFactory
ARG 1 factory
CLASS cpd$c Choice
CLASS cpd$d Factory
METHOD build (II[Lcqw;[Lcpt;)Lcpd;
@ -38,7 +38,7 @@ CLASS cpd net/minecraft/world/loot/entry/LeafEntry
ARG 3 conditions
ARG 4 functions
METHOD a builder (Lcpd$d;)Lcpd$a;
ARG 0 leafEntryFactory
ARG 0 factory
METHOD a drop (Ljava/util/function/Consumer;Lcoj;)V
ARG 1 itemDropper
ARG 2 context

View File

@ -3,7 +3,7 @@ CLASS cpa net/minecraft/world/loot/entry/LootEntries
METHOD a getSerializer (Ljava/lang/Class;)Lcpc$b;
ARG 0 clazz
METHOD deserialize (Lcom/google/gson/JsonElement;Ljava/lang/reflect/Type;Lcom/google/gson/JsonDeserializationContext;)Ljava/lang/Object;
ARG 1 entryJson
ARG 1 json
ARG 2 unused
ARG 3 context
METHOD serialize (Ljava/lang/Object;Ljava/lang/reflect/Type;Lcom/google/gson/JsonSerializationContext;)Lcom/google/gson/JsonElement;
@ -13,4 +13,4 @@ CLASS cpa net/minecraft/world/loot/entry/LootEntries
FIELD a idSerializers Ljava/util/Map;
FIELD b classSerializers Ljava/util/Map;
METHOD a register (Lcpc$b;)V
ARG 0 entrySerializer
ARG 0 serializer

View File

@ -14,12 +14,12 @@ CLASS cpc net/minecraft/world/loot/entry/LootEntry
ARG 2 type
METHOD a getIdentifier ()Lqs;
METHOD a toJson (Lcom/google/gson/JsonObject;Lcpc;Lcom/google/gson/JsonSerializationContext;)V
ARG 1 entryJson
ARG 1 json
ARG 2 entry
ARG 3 context
METHOD b getType ()Ljava/lang/Class;
METHOD b fromJson (Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;[Lcqw;)Lcpc;
ARG 1 entryJson
ARG 1 json
ARG 2 context
ARG 3 conditions
FIELD c conditionPredicate Ljava/util/function/Predicate;

View File

@ -7,12 +7,12 @@ CLASS cpi net/minecraft/world/loot/function/ApplyBonusLootFunction
ARG 1 extra
ARG 2 probability
METHOD a fromJson (Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;)Lcpi$b;
ARG 0 parametersJson
ARG 0 json
ARG 1 context
CLASS cpi$b Formula
METHOD a getId ()Lqs;
METHOD a toJson (Lcom/google/gson/JsonObject;Lcom/google/gson/JsonSerializationContext;)V
ARG 1 parametersJson
ARG 1 json
ARG 2 context
METHOD a getValue (Ljava/util/Random;II)I
ARG 1 random
@ -25,7 +25,7 @@ CLASS cpi net/minecraft/world/loot/function/ApplyBonusLootFunction
CLASS cpi$d OreDrops
FIELD a ID Lqs;
METHOD a fromJson (Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;)Lcpi$b;
ARG 0 parametersJson
ARG 0 json
ARG 1 context
CLASS cpi$e Factory
CLASS cpi$f UniformBonusCount
@ -34,7 +34,7 @@ CLASS cpi net/minecraft/world/loot/function/ApplyBonusLootFunction
METHOD <init> (I)V
ARG 1 bonusMultiplier
METHOD a fromJson (Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;)Lcpi$b;
ARG 0 parametersJson
ARG 0 json
ARG 1 context
FIELD a FACTORIES Ljava/util/Map;
FIELD c enchantment Lbfh;

View File

@ -9,7 +9,7 @@ CLASS cps net/minecraft/world/loot/function/ConditionalLootFunction
ARG 1 joiner
CLASS cps$c Factory
METHOD b fromJson (Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;[Lcqw;)Lcps;
ARG 1 functionJson
ARG 1 json
ARG 2 context
ARG 3 conditions
FIELD a predicate Ljava/util/function/Predicate;

View File

@ -23,7 +23,7 @@ CLASS cpl net/minecraft/world/loot/function/CopyNbtLootFunction
ARG 3 operator
METHOD a toJson ()Lcom/google/gson/JsonObject;
METHOD a fromJson (Lcom/google/gson/JsonObject;)Lcpl$b;
ARG 0 operationJson
ARG 0 json
METHOD a execute (Ljava/util/function/Supplier;Lis;)V
ARG 1 itemTagTagGetter
ARG 2 sourceEntityTag
@ -59,7 +59,7 @@ CLASS cpl net/minecraft/world/loot/function/CopyNbtLootFunction
METHOD a merge (Lis;Lcr$h;Ljava/util/List;)V
ARG 1 itemTag
ARG 2 tragetPath
ARG 3 tagsFromSource
ARG 3 sourceTags
METHOD a get (Ljava/lang/String;)Lcpl$d;
ARG 0 name
CLASS cpl$e Factory

View File

@ -6,15 +6,15 @@ CLASS cpt net/minecraft/world/loot/function/LootFunction
FIELD b functionClass Ljava/lang/Class;
METHOD <init> (Lqs;Ljava/lang/Class;)V
ARG 1 id
ARG 2 functionClass
ARG 2 clazz
METHOD a getId ()Lqs;
METHOD a toJson (Lcom/google/gson/JsonObject;Lcpt;Lcom/google/gson/JsonSerializationContext;)V
ARG 1 functionJson
ARG 1 json
ARG 2 function
ARG 3 context
METHOD b getFunctionClass ()Ljava/lang/Class;
METHOD b fromJson (Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;)Lcpt;
ARG 1 functionJson
ARG 1 json
ARG 2 context
METHOD a apply (Ljava/util/function/BiFunction;Ljava/util/function/Consumer;Lcoj;)Ljava/util/function/Consumer;
ARG 0 itemApplier

View File

@ -1,7 +1,7 @@
CLASS cpu net/minecraft/world/loot/function/LootFunctions
CLASS cpu$a Factory
METHOD deserialize (Lcom/google/gson/JsonElement;Ljava/lang/reflect/Type;Lcom/google/gson/JsonDeserializationContext;)Ljava/lang/Object;
ARG 1 functionJson
ARG 1 json
ARG 2 unused
ARG 3 context
METHOD serialize (Ljava/lang/Object;Ljava/lang/reflect/Type;Lcom/google/gson/JsonSerializationContext;)Lcom/google/gson/JsonElement;
@ -15,7 +15,7 @@ CLASS cpu net/minecraft/world/loot/function/LootFunctions
ARG 0 stack
ARG 1 context
METHOD a register (Lcpt$b;)V
ARG 0 lootFunctionFactory
ARG 0 function
METHOD a getFactory (Lcpt;)Lcpt$b;
ARG 0 function
METHOD a (Ljava/util/function/BiFunction;Ljava/util/function/BiFunction;Lbbz;Lcoj;)Lbbz;

View File

@ -16,7 +16,7 @@ CLASS cpw net/minecraft/world/loot/function/SetAttributesLootFunction
METHOD a getName (Lajf$a;)Ljava/lang/String;
ARG 0 operation
METHOD a deserialize (Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;)Lcpw$b;
ARG 0 attributeJson
ARG 0 json
ARG 1 context
METHOD a serialize (Lcom/google/gson/JsonSerializationContext;)Lcom/google/gson/JsonObject;
ARG 1 context

View File

@ -8,6 +8,6 @@ CLASS cqb net/minecraft/world/loot/function/SetLoreLootFunction
ARG 2 replace
ARG 3 lore
ARG 4 entity
METHOD a getLoreTag (Lbbz;Z)Lii;
METHOD a getLoreForMerge (Lbbz;Z)Lii;
ARG 1 stack
ARG 2 loreToBeAddedIsNotEmpty
ARG 2 otherLoreExists