diff --git a/mappings/cbh.mapping b/mappings/cbh.mapping index c9d0b602c3..84b4aaeba5 100644 --- a/mappings/cbh.mapping +++ b/mappings/cbh.mapping @@ -1,3 +1,5 @@ CLASS cbh + FIELD a all Lit/unimi/dsi/fastutil/longs/LongSet; + FIELD b remaining Lit/unimi/dsi/fastutil/longs/LongSet; METHOD a deserialize (Lhq;)V METHOD b serialize (Lhq;)Lhq; diff --git a/mappings/cto.mapping b/mappings/cto.mapping index cf7676b9a9..e53c682b86 100644 --- a/mappings/cto.mapping +++ b/mappings/cto.mapping @@ -1,4 +1,5 @@ CLASS cto + FIELD a client Lcof; METHOD a onContainerPropertyUpdate (Lasd;II)V ARG 1 container ARG 2 propertyId diff --git a/mappings/gw.mapping b/mappings/gw.mapping new file mode 100644 index 0000000000..1ba3e4eeec --- /dev/null +++ b/mappings/gw.mapping @@ -0,0 +1,2 @@ +CLASS gw + FIELD a LOGGER Lorg/apache/logging/log4j/Logger; diff --git a/mappings/net/minecraft/client/font/FontType.mapping b/mappings/net/minecraft/client/font/FontType.mapping new file mode 100644 index 0000000000..52d5f9ece0 --- /dev/null +++ b/mappings/net/minecraft/client/font/FontType.mapping @@ -0,0 +1,10 @@ +CLASS cra net/minecraft/client/font/FontType + FIELD d REGISTRY Ljava/util/Map; + FIELD e id Ljava/lang/String; + FIELD f factory Ljava/util/function/Function; + METHOD (Ljava/lang/String;ILjava/lang/String;Ljava/util/function/Function;)V + ARG 3 id + ARG 4 factory + METHOD a create (Lcom/google/gson/JsonObject;)Lcqz; + METHOD a byId (Ljava/lang/String;)Lcra; + ARG 0 id diff --git a/mappings/net/minecraft/client/util/MonitorFactory.mapping b/mappings/net/minecraft/client/util/MonitorFactory.mapping new file mode 100644 index 0000000000..16f1e48e53 --- /dev/null +++ b/mappings/net/minecraft/client/util/MonitorFactory.mapping @@ -0,0 +1 @@ +CLASS cmw net/minecraft/client/util/MonitorFactory diff --git a/mappings/net/minecraft/sortme/RuleTest.mapping b/mappings/net/minecraft/sortme/RuleTest.mapping deleted file mode 100644 index 0ac2b3bef3..0000000000 --- a/mappings/net/minecraft/sortme/RuleTest.mapping +++ /dev/null @@ -1,2 +0,0 @@ -CLASS ccd net/minecraft/sortme/RuleTest - METHOD a register (Ljava/lang/String;Lccd;)Lccd; diff --git a/mappings/net/minecraft/sortme/StructureProcessor.mapping b/mappings/net/minecraft/sortme/StructureProcessor.mapping deleted file mode 100644 index ac44c415e0..0000000000 --- a/mappings/net/minecraft/sortme/StructureProcessor.mapping +++ /dev/null @@ -1,2 +0,0 @@ -CLASS cch net/minecraft/sortme/StructureProcessor - METHOD a register (Ljava/lang/String;Lcch;)Lcch; diff --git a/mappings/net/minecraft/sortme/rule/AbstractRuleTest.mapping b/mappings/net/minecraft/sortme/rule/AbstractRuleTest.mapping new file mode 100644 index 0000000000..aa9b446f7b --- /dev/null +++ b/mappings/net/minecraft/sortme/rule/AbstractRuleTest.mapping @@ -0,0 +1,3 @@ +CLASS ccc net/minecraft/sortme/rule/AbstractRuleTest + METHOD a getRuleTest ()Lccd; + METHOD a test (Lbom;Ljava/util/Random;)Z diff --git a/mappings/net/minecraft/sortme/rule/AlwaysTrueRuleTest.mapping b/mappings/net/minecraft/sortme/rule/AlwaysTrueRuleTest.mapping new file mode 100644 index 0000000000..20b30f124c --- /dev/null +++ b/mappings/net/minecraft/sortme/rule/AlwaysTrueRuleTest.mapping @@ -0,0 +1,4 @@ +CLASS cbq net/minecraft/sortme/rule/AlwaysTrueRuleTest + FIELD a INSTANCE Lcbq; + METHOD a getRuleTest ()Lccd; + METHOD a test (Lbom;Ljava/util/Random;)Z diff --git a/mappings/net/minecraft/sortme/rule/BlockMatchRuleTest.mapping b/mappings/net/minecraft/sortme/rule/BlockMatchRuleTest.mapping new file mode 100644 index 0000000000..26f8f76a21 --- /dev/null +++ b/mappings/net/minecraft/sortme/rule/BlockMatchRuleTest.mapping @@ -0,0 +1,6 @@ +CLASS cbs net/minecraft/sortme/rule/BlockMatchRuleTest + FIELD a block Lbft; + METHOD (Lbft;)V + ARG 1 block + METHOD a getRuleTest ()Lccd; + METHOD a test (Lbom;Ljava/util/Random;)Z diff --git a/mappings/net/minecraft/sortme/rule/BlockStateMatchRuleTest.mapping b/mappings/net/minecraft/sortme/rule/BlockStateMatchRuleTest.mapping new file mode 100644 index 0000000000..0087b9201e --- /dev/null +++ b/mappings/net/minecraft/sortme/rule/BlockStateMatchRuleTest.mapping @@ -0,0 +1,6 @@ +CLASS cbu net/minecraft/sortme/rule/BlockStateMatchRuleTest + FIELD a blockState Lbom; + METHOD (Lbom;)V + ARG 1 blockState + METHOD a getRuleTest ()Lccd; + METHOD a test (Lbom;Ljava/util/Random;)Z diff --git a/mappings/net/minecraft/sortme/rule/RandomBlockMatchRuleTest.mapping b/mappings/net/minecraft/sortme/rule/RandomBlockMatchRuleTest.mapping new file mode 100644 index 0000000000..83cea1b8f4 --- /dev/null +++ b/mappings/net/minecraft/sortme/rule/RandomBlockMatchRuleTest.mapping @@ -0,0 +1,8 @@ +CLASS cbz net/minecraft/sortme/rule/RandomBlockMatchRuleTest + FIELD a block Lbft; + FIELD b probability F + METHOD (Lbft;F)V + ARG 1 block + ARG 2 probability + METHOD a getRuleTest ()Lccd; + METHOD a test (Lbom;Ljava/util/Random;)Z diff --git a/mappings/net/minecraft/sortme/rule/RandomBlockStateMatchRuleTest.mapping b/mappings/net/minecraft/sortme/rule/RandomBlockStateMatchRuleTest.mapping new file mode 100644 index 0000000000..09fa6f3b86 --- /dev/null +++ b/mappings/net/minecraft/sortme/rule/RandomBlockStateMatchRuleTest.mapping @@ -0,0 +1,8 @@ +CLASS cca net/minecraft/sortme/rule/RandomBlockStateMatchRuleTest + FIELD a blockState Lbom; + FIELD b probability F + METHOD (Lbom;F)V + ARG 1 blockState + ARG 2 probability + METHOD a getRuleTest ()Lccd; + METHOD a test (Lbom;Ljava/util/Random;)Z diff --git a/mappings/net/minecraft/sortme/rule/RuleTest.mapping b/mappings/net/minecraft/sortme/rule/RuleTest.mapping new file mode 100644 index 0000000000..1a7e278e0f --- /dev/null +++ b/mappings/net/minecraft/sortme/rule/RuleTest.mapping @@ -0,0 +1,4 @@ +CLASS ccd net/minecraft/sortme/rule/RuleTest + METHOD a register (Ljava/lang/String;Lccd;)Lccd; + ARG 0 id + ARG 1 test diff --git a/mappings/net/minecraft/sortme/rule/TagMatchRuleTest.mapping b/mappings/net/minecraft/sortme/rule/TagMatchRuleTest.mapping new file mode 100644 index 0000000000..f19827618f --- /dev/null +++ b/mappings/net/minecraft/sortme/rule/TagMatchRuleTest.mapping @@ -0,0 +1,6 @@ +CLASS ccj net/minecraft/sortme/rule/TagMatchRuleTest + FIELD a tag Lxy; + METHOD (Lxy;)V + ARG 1 tag + METHOD a getRuleTest ()Lccd; + METHOD a test (Lbom;Ljava/util/Random;)Z diff --git a/mappings/net/minecraft/sortme/structures/processor/AbstractStructureProcessor.mapping b/mappings/net/minecraft/sortme/structures/processor/AbstractStructureProcessor.mapping new file mode 100644 index 0000000000..b766ec1fa4 --- /dev/null +++ b/mappings/net/minecraft/sortme/structures/processor/AbstractStructureProcessor.mapping @@ -0,0 +1,3 @@ +CLASS ccg net/minecraft/sortme/structures/processor/AbstractStructureProcessor + METHOD a getStructureProcessor ()Lcch; + METHOD a process (Lbaw;Let;Lcci$b;Lcci$b;Lccf;)Lcci$b; diff --git a/mappings/net/minecraft/sortme/structures/processor/BlockIgnoreStructureProcessor.mapping b/mappings/net/minecraft/sortme/structures/processor/BlockIgnoreStructureProcessor.mapping new file mode 100644 index 0000000000..673c2cb1d9 --- /dev/null +++ b/mappings/net/minecraft/sortme/structures/processor/BlockIgnoreStructureProcessor.mapping @@ -0,0 +1,6 @@ +CLASS cbr net/minecraft/sortme/structures/processor/BlockIgnoreStructureProcessor + FIELD d blocks Lcom/google/common/collect/ImmutableList; + METHOD (Lcom/google/common/collect/ImmutableList;)V + ARG 1 blocks + METHOD a getStructureProcessor ()Lcch; + METHOD a process (Lbaw;Let;Lcci$b;Lcci$b;Lccf;)Lcci$b; diff --git a/mappings/net/minecraft/sortme/structures/processor/BlockRotStructureProcessor.mapping b/mappings/net/minecraft/sortme/structures/processor/BlockRotStructureProcessor.mapping new file mode 100644 index 0000000000..96dc95b054 --- /dev/null +++ b/mappings/net/minecraft/sortme/structures/processor/BlockRotStructureProcessor.mapping @@ -0,0 +1,6 @@ +CLASS cbt net/minecraft/sortme/structures/processor/BlockRotStructureProcessor + FIELD a integrity F + METHOD (F)V + ARG 1 integrity + METHOD a getStructureProcessor ()Lcch; + METHOD a process (Lbaw;Let;Lcci$b;Lcci$b;Lccf;)Lcci$b; diff --git a/mappings/net/minecraft/sortme/structures/processor/GravityStructureProcessor.mapping b/mappings/net/minecraft/sortme/structures/processor/GravityStructureProcessor.mapping new file mode 100644 index 0000000000..afe486cee7 --- /dev/null +++ b/mappings/net/minecraft/sortme/structures/processor/GravityStructureProcessor.mapping @@ -0,0 +1,8 @@ +CLASS cbv net/minecraft/sortme/structures/processor/GravityStructureProcessor + FIELD a heightmap Lbrs$a; + FIELD b offset I + METHOD (Lbrs$a;I)V + ARG 1 heightmap + ARG 2 offset + METHOD a getStructureProcessor ()Lcch; + METHOD a process (Lbaw;Let;Lcci$b;Lcci$b;Lccf;)Lcci$b; diff --git a/mappings/net/minecraft/sortme/structures/processor/JigsawReplacementStructureProcessor.mapping b/mappings/net/minecraft/sortme/structures/processor/JigsawReplacementStructureProcessor.mapping new file mode 100644 index 0000000000..b369826b2d --- /dev/null +++ b/mappings/net/minecraft/sortme/structures/processor/JigsawReplacementStructureProcessor.mapping @@ -0,0 +1,4 @@ +CLASS cbw net/minecraft/sortme/structures/processor/JigsawReplacementStructureProcessor + FIELD a INSTANCE Lcbw; + METHOD a getStructureProcessor ()Lcch; + METHOD a process (Lbaw;Let;Lcci$b;Lcci$b;Lccf;)Lcci$b; diff --git a/mappings/net/minecraft/sortme/structures/processor/NopStructureProcessor.mapping b/mappings/net/minecraft/sortme/structures/processor/NopStructureProcessor.mapping new file mode 100644 index 0000000000..c638104c69 --- /dev/null +++ b/mappings/net/minecraft/sortme/structures/processor/NopStructureProcessor.mapping @@ -0,0 +1,4 @@ +CLASS cbx net/minecraft/sortme/structures/processor/NopStructureProcessor + FIELD a INSTANCE Lcbx; + METHOD a getStructureProcessor ()Lcch; + METHOD a process (Lbaw;Let;Lcci$b;Lcci$b;Lccf;)Lcci$b; diff --git a/mappings/net/minecraft/sortme/structures/processor/RuleStructureProcessor.mapping b/mappings/net/minecraft/sortme/structures/processor/RuleStructureProcessor.mapping new file mode 100644 index 0000000000..43841b9615 --- /dev/null +++ b/mappings/net/minecraft/sortme/structures/processor/RuleStructureProcessor.mapping @@ -0,0 +1,6 @@ +CLASS ccb net/minecraft/sortme/structures/processor/RuleStructureProcessor + FIELD a rules Lcom/google/common/collect/ImmutableList; + METHOD (Lcom/google/common/collect/ImmutableList;)V + ARG 1 rules + METHOD a getStructureProcessor ()Lcch; + METHOD a process (Lbaw;Let;Lcci$b;Lcci$b;Lccf;)Lcci$b; diff --git a/mappings/net/minecraft/sortme/structures/processor/StructureProcessor.mapping b/mappings/net/minecraft/sortme/structures/processor/StructureProcessor.mapping new file mode 100644 index 0000000000..a1602c1b2d --- /dev/null +++ b/mappings/net/minecraft/sortme/structures/processor/StructureProcessor.mapping @@ -0,0 +1,4 @@ +CLASS cch net/minecraft/sortme/structures/processor/StructureProcessor + METHOD a register (Ljava/lang/String;Lcch;)Lcch; + ARG 0 id + ARG 1 processor diff --git a/mappings/cbg.mapping b/mappings/net/minecraft/world/gen/feature/StructureFeatures.mapping similarity index 64% rename from mappings/cbg.mapping rename to mappings/net/minecraft/world/gen/feature/StructureFeatures.mapping index c5ae561d29..da0d00a9ef 100644 --- a/mappings/cbg.mapping +++ b/mappings/net/minecraft/world/gen/feature/StructureFeatures.mapping @@ -1,3 +1,3 @@ -CLASS cbg +CLASS cbg net/minecraft/world/gen/feature/StructureFeatures FIELD q logger Lorg/apache/logging/log4j/Logger; METHOD a registerStructure (Ljava/lang/String;Lbxk;)Lbxk; diff --git a/mappings/th.mapping b/mappings/th.mapping new file mode 100644 index 0000000000..26c95fa9e0 --- /dev/null +++ b/mappings/th.mapping @@ -0,0 +1,2 @@ +CLASS th + FIELD d pos Let; diff --git a/mappings/yh.mapping b/mappings/yh.mapping new file mode 100644 index 0000000000..fa611920b7 --- /dev/null +++ b/mappings/yh.mapping @@ -0,0 +1,3 @@ +CLASS yh + FIELD a LOGGER Lorg/apache/logging/log4j/Logger; + METHOD a deserialize (Lcom/mojang/datafixers/Dynamic;Lfk;Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/Object;