diff --git a/mappings/net/minecraft/server/MinecraftServer.mapping b/mappings/net/minecraft/server/MinecraftServer.mapping index faf4ff831b..024d81c11b 100644 --- a/mappings/net/minecraft/server/MinecraftServer.mapping +++ b/mappings/net/minecraft/server/MinecraftServer.mapping @@ -12,6 +12,7 @@ CLASS net/minecraft/server/MinecraftServer FIELD field_20851 predicateManager Lnet/minecraft/class_4567; FIELD field_22250 tickTimeTracker Lnet/minecraft/class_4757; FIELD field_23784 session Lnet/minecraft/class_32$class_5143; + FIELD field_24370 structureManager Lnet/minecraft/class_3485; FIELD field_4543 onlineMode Z FIELD field_4544 running Z FIELD field_4545 forceGameMode Z @@ -100,6 +101,7 @@ CLASS net/minecraft/server/MinecraftServer METHOD method_24490 endMonitor (Lnet/minecraft/class_4758;)V ARG 1 monitor METHOD method_27051 syncChunkWrites ()Z + METHOD method_27727 getStructureManager ()Lnet/minecraft/class_3485; METHOD method_27902 acceptsStatusQuery ()Z METHOD method_27903 adjustTrackingDistance (I)I ARG 1 initialDistance diff --git a/mappings/net/minecraft/server/command/AdvancementCommand.mapping b/mappings/net/minecraft/server/command/AdvancementCommand.mapping index 7dc96e3c10..5fba46a1e4 100644 --- a/mappings/net/minecraft/server/command/AdvancementCommand.mapping +++ b/mappings/net/minecraft/server/command/AdvancementCommand.mapping @@ -21,11 +21,22 @@ CLASS net/minecraft/class_3008 net/minecraft/server/command/AdvancementCommand ARG 1 selection CLASS class_3009 Operation FIELD field_13454 commandPrefix Ljava/lang/String; + METHOD (Ljava/lang/String;ILjava/lang/String;)V + ARG 3 name METHOD method_12999 processAll (Lnet/minecraft/class_3222;Ljava/lang/Iterable;)I + ARG 1 player + ARG 2 advancements METHOD method_13000 processEachCriterion (Lnet/minecraft/class_3222;Lnet/minecraft/class_161;Ljava/lang/String;)Z + ARG 1 player + ARG 2 advancement ARG 3 criterion METHOD method_13001 getCommandPrefix ()Ljava/lang/String; METHOD method_13002 processEach (Lnet/minecraft/class_3222;Lnet/minecraft/class_161;)Z + ARG 1 player + ARG 2 advancement CLASS class_3010 Selection FIELD field_13459 after Z FIELD field_13460 before Z + METHOD (Ljava/lang/String;IZZ)V + ARG 3 before + ARG 4 after diff --git a/mappings/net/minecraft/server/command/BossBarCommand.mapping b/mappings/net/minecraft/server/command/BossBarCommand.mapping index b8f6b9226c..b4a4b65b31 100644 --- a/mappings/net/minecraft/server/command/BossBarCommand.mapping +++ b/mappings/net/minecraft/server/command/BossBarCommand.mapping @@ -5,9 +5,9 @@ CLASS net/minecraft/class_3019 net/minecraft/server/command/BossBarCommand FIELD field_13479 SET_VISIBILITY_UNCHANGED_HIDDEN_EXCEPTION Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType; FIELD field_13480 SET_COLOR_UNCHANGED_EXCEPTION Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType; FIELD field_13481 SET_STYLE_UNCHANGED_EXCEPTION Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType; - FIELD field_13482 suggestionProvider Lcom/mojang/brigadier/suggestion/SuggestionProvider; + FIELD field_13482 SUGGESTION_PROVIDER Lcom/mojang/brigadier/suggestion/SuggestionProvider; FIELD field_13483 SET_PLAYERS_UNCHANGED_EXCEPTION Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType; - FIELD field_13484 SETMAX_UNCHANGED_EXCEPTION Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType; + FIELD field_13484 SET_MAX_UNCHANGED_EXCEPTION Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType; FIELD field_13485 SET_VISIBILITY_UNCHANGED_VISIBLE_EXCEPTION Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType; FIELD field_13486 UNKNOWN_EXCEPTION Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType; METHOD method_13028 setColor (Lnet/minecraft/class_2168;Lnet/minecraft/class_3002;Lnet/minecraft/class_1259$class_1260;)I diff --git a/mappings/net/minecraft/server/command/CloneCommand.mapping b/mappings/net/minecraft/server/command/CloneCommand.mapping index f946b7f263..fddc134750 100644 --- a/mappings/net/minecraft/server/command/CloneCommand.mapping +++ b/mappings/net/minecraft/server/command/CloneCommand.mapping @@ -1,6 +1,6 @@ CLASS net/minecraft/class_3023 net/minecraft/server/command/CloneCommand FIELD field_13490 IS_AIR_PREDICATE Ljava/util/function/Predicate; - FIELD field_13491 TOOBIG_EXCEPTION Lcom/mojang/brigadier/exceptions/Dynamic2CommandExceptionType; + FIELD field_13491 TOO_BIG_EXCEPTION Lcom/mojang/brigadier/exceptions/Dynamic2CommandExceptionType; FIELD field_13492 FAILED_EXCEPTION Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType; FIELD field_13493 OVERLAP_EXCEPTION Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType; METHOD method_13089 register (Lcom/mojang/brigadier/CommandDispatcher;)V diff --git a/mappings/net/minecraft/server/command/CommandManager.mapping b/mappings/net/minecraft/server/command/CommandManager.mapping index f7c0737710..f91efea667 100644 --- a/mappings/net/minecraft/server/command/CommandManager.mapping +++ b/mappings/net/minecraft/server/command/CommandManager.mapping @@ -7,6 +7,7 @@ CLASS net/minecraft/class_2170 net/minecraft/server/command/CommandManager ARG 0 parse METHOD method_9235 getDispatcher ()Lcom/mojang/brigadier/CommandDispatcher; METHOD method_9238 getCommandValidator (Lnet/minecraft/class_2170$class_2171;)Ljava/util/function/Predicate; + ARG 0 parser METHOD method_9239 makeTreeForSource (Lcom/mojang/brigadier/tree/CommandNode;Lcom/mojang/brigadier/tree/CommandNode;Lnet/minecraft/class_2168;Ljava/util/Map;)V ARG 1 tree ARG 2 result diff --git a/mappings/net/minecraft/server/command/CommandSource.mapping b/mappings/net/minecraft/server/command/CommandSource.mapping index a1534b30c7..fb26342dc0 100644 --- a/mappings/net/minecraft/server/command/CommandSource.mapping +++ b/mappings/net/minecraft/server/command/CommandSource.mapping @@ -14,6 +14,7 @@ CLASS net/minecraft/class_2172 net/minecraft/server/command/CommandSource ARG 2 identifier ARG 3 tooltip METHOD method_9257 suggestIdentifiers (Ljava/util/stream/Stream;Lcom/mojang/brigadier/suggestion/SuggestionsBuilder;)Ljava/util/concurrent/CompletableFuture; + ARG 1 builder METHOD method_9258 suggestIdentifiers (Ljava/lang/Iterable;Lcom/mojang/brigadier/suggestion/SuggestionsBuilder;Ljava/lang/String;)Ljava/util/concurrent/CompletableFuture; ARG 0 candiates ARG 1 builder @@ -21,6 +22,7 @@ CLASS net/minecraft/class_2172 net/minecraft/server/command/CommandSource ARG 1 level METHOD method_9260 suggestPositions (Ljava/lang/String;Ljava/util/Collection;Lcom/mojang/brigadier/suggestion/SuggestionsBuilder;Ljava/util/function/Predicate;)Ljava/util/concurrent/CompletableFuture; ARG 1 candidates + ARG 2 builder METHOD method_9261 getCompletions (Lcom/mojang/brigadier/context/CommandContext;Lcom/mojang/brigadier/suggestion/SuggestionsBuilder;)Ljava/util/concurrent/CompletableFuture; ARG 1 context ARG 2 builder diff --git a/mappings/net/minecraft/server/command/DebugCommand.mapping b/mappings/net/minecraft/server/command/DebugCommand.mapping index 028c281fdb..5cc43956cf 100644 --- a/mappings/net/minecraft/server/command/DebugCommand.mapping +++ b/mappings/net/minecraft/server/command/DebugCommand.mapping @@ -1,7 +1,8 @@ CLASS net/minecraft/class_3032 net/minecraft/server/command/DebugCommand - FIELD field_13596 ALREADYRUNNING_EXCEPTION Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType; - FIELD field_13597 NORUNNING_EXCPETION Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType; - FIELD field_20283 logger Lorg/apache/logging/log4j/Logger; + FIELD field_13596 ALREADY_RUNNING_EXCEPTION Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType; + FIELD field_13597 NOT_RUNNING_EXCPETION Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType; + FIELD field_20283 LOGGER Lorg/apache/logging/log4j/Logger; + FIELD field_20310 FILE_SYSTEM_PROVIDER Ljava/nio/file/spi/FileSystemProvider; METHOD method_13156 register (Lcom/mojang/brigadier/CommandDispatcher;)V ARG 0 dispatcher METHOD method_13158 executeStop (Lnet/minecraft/class_2168;)I diff --git a/mappings/net/minecraft/server/command/FillCommand.mapping b/mappings/net/minecraft/server/command/FillCommand.mapping index d0f9d1bc36..d6ec26803d 100644 --- a/mappings/net/minecraft/server/command/FillCommand.mapping +++ b/mappings/net/minecraft/server/command/FillCommand.mapping @@ -1,6 +1,6 @@ CLASS net/minecraft/class_3057 net/minecraft/server/command/FillCommand FIELD field_13648 AIR_BLOCK_ARGUMENT Lnet/minecraft/class_2247; - FIELD field_13649 TOOBIG_EXCEPTION Lcom/mojang/brigadier/exceptions/Dynamic2CommandExceptionType; + FIELD field_13649 TOO_BIG_EXCEPTION Lcom/mojang/brigadier/exceptions/Dynamic2CommandExceptionType; FIELD field_13650 FAILED_EXCEPTION Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType; METHOD method_13347 register (Lcom/mojang/brigadier/CommandDispatcher;)V ARG 0 dispatcher diff --git a/mappings/net/minecraft/server/command/ForceLoadCommand.mapping b/mappings/net/minecraft/server/command/ForceLoadCommand.mapping index 8708d1b71e..96f05df5e7 100644 --- a/mappings/net/minecraft/server/command/ForceLoadCommand.mapping +++ b/mappings/net/minecraft/server/command/ForceLoadCommand.mapping @@ -1,5 +1,5 @@ CLASS net/minecraft/class_3060 net/minecraft/server/command/ForceLoadCommand - FIELD field_13657 TOOBIG_EXCEPTION Lcom/mojang/brigadier/exceptions/Dynamic2CommandExceptionType; + FIELD field_13657 TOO_BIG_EXCEPTION Lcom/mojang/brigadier/exceptions/Dynamic2CommandExceptionType; FIELD field_13658 ADDED_FAILURE_EXCEPTION Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType; FIELD field_13659 QUERY_FAILURE_EXCEPTION Lcom/mojang/brigadier/exceptions/Dynamic2CommandExceptionType; FIELD field_13660 REMOVED_FAILURE_EXCEPTION Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType; diff --git a/mappings/net/minecraft/server/command/ListCommand.mapping b/mappings/net/minecraft/server/command/ListCommand.mapping index 3520913d81..bdddec996c 100644 --- a/mappings/net/minecraft/server/command/ListCommand.mapping +++ b/mappings/net/minecraft/server/command/ListCommand.mapping @@ -5,4 +5,6 @@ CLASS net/minecraft/class_3078 net/minecraft/server/command/ListCommand METHOD method_13435 register (Lcom/mojang/brigadier/CommandDispatcher;)V ARG 0 dispatcher METHOD method_13436 executeUuids (Lnet/minecraft/class_2168;)I + ARG 0 source METHOD method_13437 executeNames (Lnet/minecraft/class_2168;)I + ARG 0 source diff --git a/mappings/net/minecraft/server/command/ParticleCommand.mapping b/mappings/net/minecraft/server/command/ParticleCommand.mapping index 01c565b818..e53fac29d7 100644 --- a/mappings/net/minecraft/server/command/ParticleCommand.mapping +++ b/mappings/net/minecraft/server/command/ParticleCommand.mapping @@ -1,5 +1,5 @@ CLASS net/minecraft/class_3089 net/minecraft/server/command/ParticleCommand - FIELD field_13673 FAILED_EXCPETION Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType; + FIELD field_13673 FAILED_EXCEPTION Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType; METHOD method_13486 register (Lcom/mojang/brigadier/CommandDispatcher;)V ARG 0 dispatcher METHOD method_13491 execute (Lnet/minecraft/class_2168;Lnet/minecraft/class_2394;Lnet/minecraft/class_243;Lnet/minecraft/class_243;FIZLjava/util/Collection;)I diff --git a/mappings/net/minecraft/server/command/ScheduleCommand.mapping b/mappings/net/minecraft/server/command/ScheduleCommand.mapping index add0b1978b..87e398bf36 100644 --- a/mappings/net/minecraft/server/command/ScheduleCommand.mapping +++ b/mappings/net/minecraft/server/command/ScheduleCommand.mapping @@ -1,5 +1,8 @@ CLASS net/minecraft/class_3112 net/minecraft/server/command/ScheduleCommand FIELD field_13706 SAME_TICK_EXCEPTION Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType; + FIELD field_20853 CLEARED_FAILURE_EXCEPTION Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType; + FIELD field_20854 SUGGESTION_PROVIDER Lcom/mojang/brigadier/suggestion/SuggestionProvider; METHOD method_13566 execute (Lnet/minecraft/class_2168;Lcom/mojang/datafixers/util/Pair;IZ)I + ARG 0 source METHOD method_13567 register (Lcom/mojang/brigadier/CommandDispatcher;)V ARG 0 dispatcher diff --git a/mappings/net/minecraft/server/command/ScoreboardCommand.mapping b/mappings/net/minecraft/server/command/ScoreboardCommand.mapping index 2cc0d2fa81..1f5f7874a3 100644 --- a/mappings/net/minecraft/server/command/ScoreboardCommand.mapping +++ b/mappings/net/minecraft/server/command/ScoreboardCommand.mapping @@ -2,9 +2,9 @@ CLASS net/minecraft/class_3115 net/minecraft/server/command/ScoreboardCommand FIELD field_13710 PLAYERS_ENABLE_INVALID_EXCEPTION Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType; FIELD field_13711 PLAYERS_GET_NULL_EXCEPTION Lcom/mojang/brigadier/exceptions/Dynamic2CommandExceptionType; FIELD field_13712 OBJECTIVES_ADD_DUPLICATE_EXCEPTION Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType; - FIELD field_13713 OBJECTIVES_DISPLAY_ALREADYSET_EXCEPTION Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType; + FIELD field_13713 OBJECTIVES_DISPLAY_ALREADY_SET_EXCEPTION Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType; FIELD field_13714 PLAYERS_ENABLE_FAILED_EXCEPTION Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType; - FIELD field_13715 OBJECTIVES_DISPLAY_ALREADYEMPTY_EXCEPTION Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType; + FIELD field_13715 OBJECTIVES_DISPLAY_ALREADY_EMPTY_EXCEPTION Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType; METHOD method_13575 executeReset (Lnet/minecraft/class_2168;Ljava/util/Collection;)I ARG 0 source ARG 1 targets @@ -75,7 +75,7 @@ CLASS net/minecraft/class_3115 net/minecraft/server/command/ScoreboardCommand METHOD method_13613 suggestDisabled (Lnet/minecraft/class_2168;Ljava/util/Collection;Lcom/mojang/brigadier/suggestion/SuggestionsBuilder;)Ljava/util/concurrent/CompletableFuture; ARG 0 source ARG 1 targets - ARG 2 suggestionsBuilder + ARG 2 builder METHOD method_13614 executeListScores (Lnet/minecraft/class_2168;Ljava/lang/String;)I ARG 0 source ARG 1 target diff --git a/mappings/net/minecraft/server/command/ServerCommandSource.mapping b/mappings/net/minecraft/server/command/ServerCommandSource.mapping index 9ebe952b2f..17bd42f2a0 100644 --- a/mappings/net/minecraft/server/command/ServerCommandSource.mapping +++ b/mappings/net/minecraft/server/command/ServerCommandSource.mapping @@ -2,7 +2,7 @@ CLASS net/minecraft/class_2168 net/minecraft/server/command/ServerCommandSource FIELD field_9815 level I FIELD field_9816 entityAnchor Lnet/minecraft/class_2183$class_2184; FIELD field_9817 position Lnet/minecraft/class_243; - FIELD field_9818 minecraftServer Lnet/minecraft/server/MinecraftServer; + FIELD field_9818 server Lnet/minecraft/server/MinecraftServer; FIELD field_9819 output Lnet/minecraft/class_2165; FIELD field_9820 entity Lnet/minecraft/class_1297; FIELD field_9821 resultConsumer Lcom/mojang/brigadier/ResultConsumer; diff --git a/mappings/net/minecraft/server/command/SpectateCommand.mapping b/mappings/net/minecraft/server/command/SpectateCommand.mapping index 7bc3013240..35cd6236eb 100644 --- a/mappings/net/minecraft/server/command/SpectateCommand.mapping +++ b/mappings/net/minecraft/server/command/SpectateCommand.mapping @@ -3,6 +3,7 @@ CLASS net/minecraft/class_4694 net/minecraft/server/command/SpectateCommand FIELD field_21464 NOT_SPECTATOR_EXCEPTION Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType; METHOD method_23652 execute (Lnet/minecraft/class_2168;Lnet/minecraft/class_1297;Lnet/minecraft/class_3222;)I ARG 0 source + ARG 1 entity ARG 2 player METHOD method_23653 register (Lcom/mojang/brigadier/CommandDispatcher;)V ARG 0 dispatcher diff --git a/mappings/net/minecraft/server/command/TeamCommand.mapping b/mappings/net/minecraft/server/command/TeamCommand.mapping index e01ba34a0a..4672daafb3 100644 --- a/mappings/net/minecraft/server/command/TeamCommand.mapping +++ b/mappings/net/minecraft/server/command/TeamCommand.mapping @@ -1,16 +1,16 @@ CLASS net/minecraft/class_3142 net/minecraft/server/command/TeamCommand FIELD field_13746 OPTION_COLOR_UNCHANGED_EXCEPTION Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType; - FIELD field_13747 OPTION_SEEFRIENDLYINVISIBLES_ALREADYENABLED_EXCEPTION Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType; - FIELD field_13748 ADD_LONGNAME_EXCEPTION Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType; + FIELD field_13747 OPTION_SEE_FRIENDLY_INVISIBLES_ALREADY_ENABLED_EXCEPTION Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType; + FIELD field_13748 ADD_LONG_NAME_EXCEPTION Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType; FIELD field_13749 ADD_DUPLICATE_EXCEPTION Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType; - FIELD field_13750 OPTION_COLLISIONRULE_UNCHANGED_EXCEPTION Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType; + FIELD field_13750 OPTION_COLLISION_RULE_UNCHANGED_EXCEPTION Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType; FIELD field_13751 EMPTY_UNCHANGED_EXCEPTION Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType; - FIELD field_13752 OPTION_NAMETAGEVISIBILITY_UNCHANGED_EXCEPTION Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType; - FIELD field_13753 OPTION_FRIENDLYFIRE_ALREADYENABLED_EXCEPTION Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType; - FIELD field_13754 OPTION_FRIENDLYFIRE_ALREADYDISABLED_EXCEPTION Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType; + FIELD field_13752 OPTION_NAMETAG_VISIBILITY_UNCHANGED_EXCEPTION Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType; + FIELD field_13753 OPTION_FRIENDLY_FIRE_ALREADY_ENABLED_EXCEPTION Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType; + FIELD field_13754 OPTION_FRIENDLY_FIRE_ALREADY_DISABLED_EXCEPTION Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType; FIELD field_13755 OPTION_NAME_UNCHANGED_EXCEPTION Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType; - FIELD field_13756 SEEFRIENDLYINVISIBLES_ALREADYDSISABLED_EXCEPTION Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType; - FIELD field_13757 OPTION_DEATHMESSAGEVISIBILITY_UNCHANGED_EXCEPTION Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType; + FIELD field_13756 OPTION_SEE_FRIENDLY_INVISIBLES_ALREADY_DISABLED_EXCEPTION Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType; + FIELD field_13757 OPTION_DEATH_MESSAGE_VISIBILITY_UNCHANGED_EXCEPTION Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType; METHOD method_13711 executeModifyDisplayName (Lnet/minecraft/class_2168;Lnet/minecraft/class_268;Lnet/minecraft/class_2561;)I ARG 0 source ARG 1 team diff --git a/mappings/net/minecraft/server/command/TeammsgCommand.mapping b/mappings/net/minecraft/server/command/TeamMsgCommand.mapping similarity index 85% rename from mappings/net/minecraft/server/command/TeammsgCommand.mapping rename to mappings/net/minecraft/server/command/TeamMsgCommand.mapping index d3a5666d04..7386f15d18 100644 --- a/mappings/net/minecraft/server/command/TeammsgCommand.mapping +++ b/mappings/net/minecraft/server/command/TeamMsgCommand.mapping @@ -1,5 +1,6 @@ -CLASS net/minecraft/class_3945 net/minecraft/server/command/TeammsgCommand +CLASS net/minecraft/class_3945 net/minecraft/server/command/TeamMsgCommand FIELD field_17440 NO_TEAM_EXCEPTION Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType; + FIELD field_24380 STYLE Lnet/minecraft/class_2583; METHOD method_17599 execute (Lnet/minecraft/class_2168;Lnet/minecraft/class_2561;)I ARG 0 source ARG 1 message diff --git a/mappings/net/minecraft/server/command/TeleportCommand.mapping b/mappings/net/minecraft/server/command/TeleportCommand.mapping index ae8a0a0faf..9ed8cd04d0 100644 --- a/mappings/net/minecraft/server/command/TeleportCommand.mapping +++ b/mappings/net/minecraft/server/command/TeleportCommand.mapping @@ -1,4 +1,5 @@ CLASS net/minecraft/class_3143 net/minecraft/server/command/TeleportCommand + FIELD field_22255 INVALID_POSITION_EXCEPTION Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType; METHOD method_13760 register (Lcom/mojang/brigadier/CommandDispatcher;)V ARG 0 dispatcher METHOD method_13765 execute (Lnet/minecraft/class_2168;Ljava/util/Collection;Lnet/minecraft/class_3218;Lnet/minecraft/class_2267;Lnet/minecraft/class_2267;Lnet/minecraft/class_3143$class_3144;)I @@ -24,9 +25,14 @@ CLASS net/minecraft/class_3143 net/minecraft/server/command/TeleportCommand ARG 1 targets ARG 2 destination CLASS class_3144 LookTarget - FIELD field_13758 targetEntity Lnet/minecraft/class_1297; - FIELD field_13759 targetEntityAnchor Lnet/minecraft/class_2183$class_2184; + FIELD field_13758 target Lnet/minecraft/class_1297; + FIELD field_13759 targetAnchor Lnet/minecraft/class_2183$class_2184; FIELD field_13760 targetPos Lnet/minecraft/class_243; + METHOD (Lnet/minecraft/class_1297;Lnet/minecraft/class_2183$class_2184;)V + ARG 1 target + ARG 2 targetAnchor + METHOD (Lnet/minecraft/class_243;)V + ARG 1 targetPos METHOD method_13772 look (Lnet/minecraft/class_2168;Lnet/minecraft/class_1297;)V ARG 1 source ARG 2 entity diff --git a/mappings/net/minecraft/server/command/TitleCommand.mapping b/mappings/net/minecraft/server/command/TitleCommand.mapping index 0259ffc953..5c57c9f9f6 100644 --- a/mappings/net/minecraft/server/command/TitleCommand.mapping +++ b/mappings/net/minecraft/server/command/TitleCommand.mapping @@ -10,6 +10,8 @@ CLASS net/minecraft/class_3151 net/minecraft/server/command/TitleCommand METHOD method_13804 register (Lcom/mojang/brigadier/CommandDispatcher;)V ARG 0 dispatcher METHOD method_13805 executeClear (Lnet/minecraft/class_2168;Ljava/util/Collection;)I + ARG 0 source + ARG 1 targets METHOD method_13806 executeTimes (Lnet/minecraft/class_2168;Ljava/util/Collection;III)I ARG 0 source ARG 1 targets diff --git a/mappings/net/minecraft/server/command/TriggerCommand.mapping b/mappings/net/minecraft/server/command/TriggerCommand.mapping index 658e8c9eac..77b77f1e90 100644 --- a/mappings/net/minecraft/server/command/TriggerCommand.mapping +++ b/mappings/net/minecraft/server/command/TriggerCommand.mapping @@ -1,5 +1,5 @@ CLASS net/minecraft/class_3153 net/minecraft/server/command/TriggerCommand - FIELD field_13763 FAILED_UMPRIMED_EXCEPTION Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType; + FIELD field_13763 FAILED_UNPRIMED_EXCEPTION Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType; FIELD field_13764 FAILED_INVALID_EXCEPTION Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType; METHOD method_13813 register (Lcom/mojang/brigadier/CommandDispatcher;)V ARG 0 dispatcher @@ -12,7 +12,7 @@ CLASS net/minecraft/class_3153 net/minecraft/server/command/TriggerCommand ARG 1 score METHOD method_13819 suggestObjectives (Lnet/minecraft/class_2168;Lcom/mojang/brigadier/suggestion/SuggestionsBuilder;)Ljava/util/concurrent/CompletableFuture; ARG 0 source - ARG 1 suggestionsBuilder + ARG 1 builder METHOD method_13820 executeSet (Lnet/minecraft/class_2168;Lnet/minecraft/class_267;I)I ARG 0 source ARG 1 score diff --git a/mappings/net/minecraft/server/command/WorldBorderCommand.mapping b/mappings/net/minecraft/server/command/WorldBorderCommand.mapping index e10407d6a3..6fca59faec 100644 --- a/mappings/net/minecraft/server/command/WorldBorderCommand.mapping +++ b/mappings/net/minecraft/server/command/WorldBorderCommand.mapping @@ -6,7 +6,7 @@ CLASS net/minecraft/class_3158 net/minecraft/server/command/WorldBorderCommand FIELD field_13777 WARNING_DISTANCE_FAILED_EXCEPTION Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType; FIELD field_13778 DAMAGE_BUFFER_FAILED_EXCEPTION Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType; FIELD field_13779 SET_FAILED_BIG_EXCEPTION Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType; - FIELD field_13780 SET_FAILED_NOCHANGE_EXCEPTION Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType; + FIELD field_13780 SET_FAILED_NO_CHANGE_EXCEPTION Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType; METHOD method_13854 executeSet (Lnet/minecraft/class_2168;DJ)I ARG 0 source ARG 1 distance diff --git a/mappings/net/minecraft/server/dedicated/command/BanCommand.mapping b/mappings/net/minecraft/server/dedicated/command/BanCommand.mapping index 0ef23cbfe6..962120f474 100644 --- a/mappings/net/minecraft/server/dedicated/command/BanCommand.mapping +++ b/mappings/net/minecraft/server/dedicated/command/BanCommand.mapping @@ -1,4 +1,8 @@ CLASS net/minecraft/class_3016 net/minecraft/server/dedicated/command/BanCommand FIELD field_13473 ALREADY_BANNED_EXCEPTION Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType; METHOD method_13021 register (Lcom/mojang/brigadier/CommandDispatcher;)V + ARG 0 dispatcher METHOD method_13022 ban (Lnet/minecraft/class_2168;Ljava/util/Collection;Lnet/minecraft/class_2561;)I + ARG 0 source + ARG 1 targets + ARG 2 reason diff --git a/mappings/net/minecraft/server/dedicated/command/BanIpCommand.mapping b/mappings/net/minecraft/server/dedicated/command/BanIpCommand.mapping index 267f30eaa4..1b604bdbc4 100644 --- a/mappings/net/minecraft/server/dedicated/command/BanIpCommand.mapping +++ b/mappings/net/minecraft/server/dedicated/command/BanIpCommand.mapping @@ -1,6 +1,14 @@ CLASS net/minecraft/class_3012 net/minecraft/server/dedicated/command/BanIpCommand + FIELD field_13466 PATTERN Ljava/util/regex/Pattern; FIELD field_13467 ALREADY_BANNED_EXCEPTION Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType; FIELD field_13468 INVALID_IP_EXCEPTION Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType; METHOD method_13007 banIp (Lnet/minecraft/class_2168;Ljava/lang/String;Lnet/minecraft/class_2561;)I + ARG 0 source + ARG 1 targetIp + ARG 2 reason METHOD method_13008 register (Lcom/mojang/brigadier/CommandDispatcher;)V + ARG 0 dispatcher METHOD method_13009 checkIp (Lnet/minecraft/class_2168;Ljava/lang/String;Lnet/minecraft/class_2561;)I + ARG 0 source + ARG 1 target + ARG 2 reason diff --git a/mappings/net/minecraft/server/dedicated/command/BanListCommand.mapping b/mappings/net/minecraft/server/dedicated/command/BanListCommand.mapping index 9621c0a458..6e4543c240 100644 --- a/mappings/net/minecraft/server/dedicated/command/BanListCommand.mapping +++ b/mappings/net/minecraft/server/dedicated/command/BanListCommand.mapping @@ -1,5 +1,6 @@ CLASS net/minecraft/class_3014 net/minecraft/server/dedicated/command/BanListCommand METHOD method_13014 register (Lcom/mojang/brigadier/CommandDispatcher;)V + ARG 0 dispatcher METHOD method_13015 execute (Lnet/minecraft/class_2168;Ljava/util/Collection;)I ARG 0 source ARG 1 targets diff --git a/mappings/net/minecraft/server/dedicated/command/DeOpCommand.mapping b/mappings/net/minecraft/server/dedicated/command/DeOpCommand.mapping index abf6c2e015..384a8d0809 100644 --- a/mappings/net/minecraft/server/dedicated/command/DeOpCommand.mapping +++ b/mappings/net/minecraft/server/dedicated/command/DeOpCommand.mapping @@ -1,4 +1,7 @@ CLASS net/minecraft/class_3030 net/minecraft/server/dedicated/command/DeOpCommand FIELD field_13507 ALREADY_DEOPPED_EXCEPTION Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType; METHOD method_13143 register (Lcom/mojang/brigadier/CommandDispatcher;)V + ARG 0 dispatcher METHOD method_13144 deop (Lnet/minecraft/class_2168;Ljava/util/Collection;)I + ARG 0 source + ARG 1 targets diff --git a/mappings/net/minecraft/server/dedicated/command/OpCommand.mapping b/mappings/net/minecraft/server/dedicated/command/OpCommand.mapping index 8a82d00bd0..e6436ded9a 100644 --- a/mappings/net/minecraft/server/dedicated/command/OpCommand.mapping +++ b/mappings/net/minecraft/server/dedicated/command/OpCommand.mapping @@ -1,4 +1,7 @@ CLASS net/minecraft/class_3083 net/minecraft/server/dedicated/command/OpCommand FIELD field_13667 ALREADY_OPPED_EXCEPTION Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType; METHOD method_13464 register (Lcom/mojang/brigadier/CommandDispatcher;)V + ARG 0 dispatcher METHOD method_13465 op (Lnet/minecraft/class_2168;Ljava/util/Collection;)I + ARG 0 source + ARG 1 targets diff --git a/mappings/net/minecraft/server/dedicated/command/PardonCommand.mapping b/mappings/net/minecraft/server/dedicated/command/PardonCommand.mapping index 6666220831..8fe95b6447 100644 --- a/mappings/net/minecraft/server/dedicated/command/PardonCommand.mapping +++ b/mappings/net/minecraft/server/dedicated/command/PardonCommand.mapping @@ -1,4 +1,7 @@ CLASS net/minecraft/class_3086 net/minecraft/server/dedicated/command/PardonCommand FIELD field_13669 ALREADY_UNBANNED_EXCEPTION Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType; METHOD method_13472 register (Lcom/mojang/brigadier/CommandDispatcher;)V + ARG 0 dispatcher METHOD method_13473 pardon (Lnet/minecraft/class_2168;Ljava/util/Collection;)I + ARG 0 source + ARG 1 targets diff --git a/mappings/net/minecraft/server/dedicated/command/PardonIpCommand.mapping b/mappings/net/minecraft/server/dedicated/command/PardonIpCommand.mapping index 92199990a1..e44b367493 100644 --- a/mappings/net/minecraft/server/dedicated/command/PardonIpCommand.mapping +++ b/mappings/net/minecraft/server/dedicated/command/PardonIpCommand.mapping @@ -2,4 +2,7 @@ CLASS net/minecraft/class_3088 net/minecraft/server/dedicated/command/PardonIpCo FIELD field_13671 INVALID_IP_EXCEPTION Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType; FIELD field_13672 ALREADY_UNBANNED_EXCEPTION Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType; METHOD method_13478 register (Lcom/mojang/brigadier/CommandDispatcher;)V + ARG 0 dispatcher METHOD method_13482 pardonIp (Lnet/minecraft/class_2168;Ljava/lang/String;)I + ARG 0 source + ARG 1 target diff --git a/mappings/net/minecraft/server/dedicated/command/SaveAllCommand.mapping b/mappings/net/minecraft/server/dedicated/command/SaveAllCommand.mapping index 781f102999..ac75e3bbff 100644 --- a/mappings/net/minecraft/server/dedicated/command/SaveAllCommand.mapping +++ b/mappings/net/minecraft/server/dedicated/command/SaveAllCommand.mapping @@ -1,6 +1,7 @@ CLASS net/minecraft/class_3104 net/minecraft/server/dedicated/command/SaveAllCommand - FIELD field_13701 SAVE_FAILED_EXCEPTION Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType; + FIELD field_13701 FAILED_EXCEPTION Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType; METHOD method_13550 saveAll (Lnet/minecraft/class_2168;Z)I ARG 0 source ARG 1 flush METHOD method_13551 register (Lcom/mojang/brigadier/CommandDispatcher;)V + ARG 0 dispatcher diff --git a/mappings/net/minecraft/server/dedicated/command/SaveOffCommand.mapping b/mappings/net/minecraft/server/dedicated/command/SaveOffCommand.mapping index b249396d50..551c2d3033 100644 --- a/mappings/net/minecraft/server/dedicated/command/SaveOffCommand.mapping +++ b/mappings/net/minecraft/server/dedicated/command/SaveOffCommand.mapping @@ -1,3 +1,4 @@ CLASS net/minecraft/class_3106 net/minecraft/server/dedicated/command/SaveOffCommand FIELD field_13703 ALREADY_OFF_EXCEPTION Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType; METHOD method_13556 register (Lcom/mojang/brigadier/CommandDispatcher;)V + ARG 0 dispatcher diff --git a/mappings/net/minecraft/server/dedicated/command/SaveOnCommand.mapping b/mappings/net/minecraft/server/dedicated/command/SaveOnCommand.mapping index abf50ccc41..2064bf3e18 100644 --- a/mappings/net/minecraft/server/dedicated/command/SaveOnCommand.mapping +++ b/mappings/net/minecraft/server/dedicated/command/SaveOnCommand.mapping @@ -1,3 +1,4 @@ CLASS net/minecraft/class_3107 net/minecraft/server/dedicated/command/SaveOnCommand FIELD field_13704 ALREADY_ON_EXCEPTION Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType; METHOD method_13559 register (Lcom/mojang/brigadier/CommandDispatcher;)V + ARG 0 dispatcher diff --git a/mappings/net/minecraft/server/dedicated/command/SetIdleTimeoutCommand.mapping b/mappings/net/minecraft/server/dedicated/command/SetIdleTimeoutCommand.mapping index 66721a453f..2e289c668d 100644 --- a/mappings/net/minecraft/server/dedicated/command/SetIdleTimeoutCommand.mapping +++ b/mappings/net/minecraft/server/dedicated/command/SetIdleTimeoutCommand.mapping @@ -3,3 +3,4 @@ CLASS net/minecraft/class_3123 net/minecraft/server/dedicated/command/SetIdleTim ARG 0 source ARG 1 minutes METHOD method_13631 register (Lcom/mojang/brigadier/CommandDispatcher;)V + ARG 0 dispatcher diff --git a/mappings/net/minecraft/server/dedicated/command/StopCommand.mapping b/mappings/net/minecraft/server/dedicated/command/StopCommand.mapping index 80fc5c73ea..dee115346e 100644 --- a/mappings/net/minecraft/server/dedicated/command/StopCommand.mapping +++ b/mappings/net/minecraft/server/dedicated/command/StopCommand.mapping @@ -1,2 +1,3 @@ CLASS net/minecraft/class_3134 net/minecraft/server/dedicated/command/StopCommand METHOD method_13675 register (Lcom/mojang/brigadier/CommandDispatcher;)V + ARG 0 dispatcher diff --git a/mappings/net/minecraft/server/dedicated/command/WhitelistCommand.mapping b/mappings/net/minecraft/server/dedicated/command/WhitelistCommand.mapping index d92e58a5af..cd8081941d 100644 --- a/mappings/net/minecraft/server/dedicated/command/WhitelistCommand.mapping +++ b/mappings/net/minecraft/server/dedicated/command/WhitelistCommand.mapping @@ -4,6 +4,7 @@ CLASS net/minecraft/class_3156 net/minecraft/server/dedicated/command/WhitelistC FIELD field_13769 REMOVE_FAILED_EXCEPTION Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType; FIELD field_13770 ALREADY_OFF_EXCEPTION Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType; METHOD method_13836 register (Lcom/mojang/brigadier/CommandDispatcher;)V + ARG 0 dispatcher METHOD method_13837 executeOff (Lnet/minecraft/class_2168;)I ARG 0 source METHOD method_13838 executeAdd (Lnet/minecraft/class_2168;Ljava/util/Collection;)I