From b86015f7405d2dcf5daa9438e7c0f92f7df435f3 Mon Sep 17 00:00:00 2001 From: Shnupbups Date: Fri, 17 Nov 2023 06:39:09 +1100 Subject: [PATCH] more --- .../server/command/FillBiomeCommand.mapping | 18 ++++++++++++++++++ .../server/command/KickCommand.mapping | 1 + .../net/minecraft/test/TestContext.mapping | 2 ++ mappings/net/minecraft/util/Util.mapping | 7 +++++++ 4 files changed, 28 insertions(+) diff --git a/mappings/net/minecraft/server/command/FillBiomeCommand.mapping b/mappings/net/minecraft/server/command/FillBiomeCommand.mapping index 4aad4836ad..3f620557fd 100644 --- a/mappings/net/minecraft/server/command/FillBiomeCommand.mapping +++ b/mappings/net/minecraft/server/command/FillBiomeCommand.mapping @@ -34,3 +34,21 @@ CLASS net/minecraft/class_7926 net/minecraft/server/command/FillBiomeCommand ARG 1 specified METHOD method_47818 (Lcom/mojang/brigadier/context/CommandContext;)I ARG 0 context + METHOD method_55339 fillBiome (Lnet/minecraft/class_3218;Lnet/minecraft/class_2338;Lnet/minecraft/class_2338;Lnet/minecraft/class_6880;)Lcom/mojang/datafixers/util/Either; + ARG 0 world + ARG 1 from + ARG 2 to + ARG 3 biome + METHOD method_55340 fillBiome (Lnet/minecraft/class_3218;Lnet/minecraft/class_2338;Lnet/minecraft/class_2338;Lnet/minecraft/class_6880;Ljava/util/function/Predicate;Ljava/util/function/Consumer;)Lcom/mojang/datafixers/util/Either; + ARG 0 world + ARG 1 from + ARG 2 to + ARG 3 biome + ARG 4 filter + ARG 5 feedbackConsumer + METHOD method_55341 (Lnet/minecraft/class_2168;Ljava/util/function/Supplier;)V + ARG 1 feedbackSupplier + METHOD method_55342 (Lnet/minecraft/class_6880;)Z + ARG 0 biomex + METHOD method_55343 (Ljava/util/function/Supplier;)V + ARG 0 feedbackSupplier diff --git a/mappings/net/minecraft/server/command/KickCommand.mapping b/mappings/net/minecraft/server/command/KickCommand.mapping index 05ae3a46a9..773ee29ca3 100644 --- a/mappings/net/minecraft/server/command/KickCommand.mapping +++ b/mappings/net/minecraft/server/command/KickCommand.mapping @@ -1,5 +1,6 @@ CLASS net/minecraft/class_3073 net/minecraft/server/command/KickCommand FIELD field_46229 CANNOT_KICK_OWNER_EXCEPTION Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType; + FIELD field_47520 CANNOT_KICK_SINGLEPLAYER_EXCEPTION Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType; METHOD method_13409 (Lcom/mojang/brigadier/context/CommandContext;)I ARG 0 context METHOD method_13410 register (Lcom/mojang/brigadier/CommandDispatcher;)V diff --git a/mappings/net/minecraft/test/TestContext.mapping b/mappings/net/minecraft/test/TestContext.mapping index cb8d6c646d..adedc2e704 100644 --- a/mappings/net/minecraft/test/TestContext.mapping +++ b/mappings/net/minecraft/test/TestContext.mapping @@ -385,3 +385,5 @@ CLASS net/minecraft/class_4516 net/minecraft/test/TestContext METHOD method_55323 expectEntities (Lnet/minecraft/class_1299;I)V ARG 1 type ARG 2 amount + METHOD method_55451 setBiome (Lnet/minecraft/class_5321;)V + ARG 1 biome diff --git a/mappings/net/minecraft/util/Util.mapping b/mappings/net/minecraft/util/Util.mapping index 44f359435d..658ffb6437 100644 --- a/mappings/net/minecraft/util/Util.mapping +++ b/mappings/net/minecraft/util/Util.mapping @@ -305,6 +305,13 @@ CLASS net/minecraft/class_156 net/minecraft/util/Util METHOD method_54908 readTyped (Lcom/mojang/datafixers/types/Type;Lcom/mojang/serialization/Dynamic;)Lcom/mojang/datafixers/Typed; ARG 0 type ARG 1 value + METHOD method_55333 readTyped (Lcom/mojang/datafixers/types/Type;Lcom/mojang/serialization/Dynamic;Z)Lcom/mojang/datafixers/Typed; + ARG 0 type + ARG 1 value + ARG 2 allowPartial + METHOD method_55334 getResultOrPartial (Lcom/mojang/serialization/DataResult;Ljava/util/function/Function;)Ljava/lang/Object; + ARG 0 result + ARG 1 exceptionGetter METHOD method_645 previous (Ljava/lang/Iterable;Ljava/lang/Object;)Ljava/lang/Object; COMMENT {@return the item preceding {@code object} in {@code iterable}} COMMENT