Map parameters of commands (#2192)

* Map parameters of commands

* Fix typo
This commit is contained in:
apple502j 2021-03-27 03:10:01 +09:00 committed by GitHub
parent b471d4e43f
commit c1b955a249
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
68 changed files with 1319 additions and 0 deletions

View File

@ -1,5 +1,9 @@
CLASS net/minecraft/class_3008 net/minecraft/server/command/AdvancementCommand
FIELD field_13453 SUGGESTION_PROVIDER Lcom/mojang/brigadier/suggestion/SuggestionProvider;
METHOD method_12978 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_12979 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_12980 register (Lcom/mojang/brigadier/CommandDispatcher;)V
ARG 0 dispatcher
METHOD method_12981 executeCriterion (Lnet/minecraft/class_2168;Ljava/util/Collection;Lnet/minecraft/class_3008$class_3009;Lnet/minecraft/class_161;Ljava/lang/String;)I
@ -8,17 +12,48 @@ CLASS net/minecraft/class_3008 net/minecraft/server/command/AdvancementCommand
ARG 2 operation
ARG 3 advancement
ARG 4 criterion
METHOD method_12982 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_12983 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_12984 (Lnet/minecraft/class_2168;)Z
ARG 0 source
METHOD method_12985 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_12986 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_12987 (Lcom/mojang/brigadier/context/CommandContext;Lcom/mojang/brigadier/suggestion/SuggestionsBuilder;)Ljava/util/concurrent/CompletableFuture;
ARG 0 context
ARG 1 builder
METHOD method_12988 executeAdvancement (Lnet/minecraft/class_2168;Ljava/util/Collection;Lnet/minecraft/class_3008$class_3009;Ljava/util/Collection;)I
ARG 0 source
ARG 1 targets
ARG 2 operation
ARG 3 selection
METHOD method_12989 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_12990 addChildrenRecursivelyToList (Lnet/minecraft/class_161;Ljava/util/List;)V
ARG 0 parent
ARG 1 childList
METHOD method_12991 (Lcom/mojang/brigadier/context/CommandContext;Lcom/mojang/brigadier/suggestion/SuggestionsBuilder;)Ljava/util/concurrent/CompletableFuture;
ARG 0 context
ARG 1 builder
METHOD method_12992 (Lcom/mojang/brigadier/context/CommandContext;Lcom/mojang/brigadier/suggestion/SuggestionsBuilder;)Ljava/util/concurrent/CompletableFuture;
ARG 0 context
ARG 1 builder
METHOD method_12993 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_12994 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_12995 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_12996 select (Lnet/minecraft/class_161;Lnet/minecraft/class_3008$class_3010;)Ljava/util/List;
ARG 0 advancement
ARG 1 selection
METHOD method_12997 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_12998 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
CLASS class_3009 Operation
FIELD field_13454 commandPrefix Ljava/lang/String;
METHOD <init> (Ljava/lang/String;ILjava/lang/String;)V

View File

@ -11,6 +11,13 @@ CLASS net/minecraft/class_5252 net/minecraft/server/command/AttributeCommand
ARG 1 attribute
METHOD method_27735 register (Lcom/mojang/brigadier/CommandDispatcher;)V
ARG 0 dispatcher
METHOD method_27736 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_27737 (Lcom/mojang/brigadier/context/CommandContext;Lcom/mojang/brigadier/suggestion/SuggestionsBuilder;)Ljava/util/concurrent/CompletableFuture;
ARG 0 context
ARG 1 builder
METHOD method_27738 (Lnet/minecraft/class_2168;)Z
ARG 0 source
METHOD method_27739 executeValueGet (Lnet/minecraft/class_2168;Lnet/minecraft/class_1297;Lnet/minecraft/class_1320;D)I
ARG 0 source
ARG 1 target
@ -35,16 +42,49 @@ CLASS net/minecraft/class_5252 net/minecraft/server/command/AttributeCommand
ARG 4 name
ARG 5 value
ARG 7 operation
METHOD method_27743 (Ljava/lang/Object;)Lcom/mojang/brigadier/Message;
ARG 0 name
METHOD method_27744 (Ljava/lang/Object;Ljava/lang/Object;)Lcom/mojang/brigadier/Message;
ARG 0 entityName
ARG 1 attributeName
METHOD method_27745 (Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Lcom/mojang/brigadier/Message;
ARG 0 entityName
ARG 1 attributeName
ARG 2 uuid
METHOD method_27746 getLivingEntityWithAttribute (Lnet/minecraft/class_1297;Lnet/minecraft/class_1320;)Lnet/minecraft/class_1309;
ARG 0 entity
ARG 1 attribute
METHOD method_27747 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_27748 executeBaseValueGet (Lnet/minecraft/class_2168;Lnet/minecraft/class_1297;Lnet/minecraft/class_1320;D)I
ARG 0 source
ARG 1 target
ARG 2 attribute
ARG 3 multiplier
METHOD method_27749 (Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Lcom/mojang/brigadier/Message;
ARG 0 entityName
ARG 1 attributeName
ARG 2 uuid
METHOD method_27750 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_27751 executeBaseValueSet (Lnet/minecraft/class_2168;Lnet/minecraft/class_1297;Lnet/minecraft/class_1320;D)I
ARG 0 source
ARG 1 target
ARG 2 attribute
ARG 3 value
METHOD method_27752 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_27753 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_27754 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_27755 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_27756 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_27757 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_27758 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_27759 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context

View File

@ -14,6 +14,8 @@ CLASS net/minecraft/class_3019 net/minecraft/server/command/BossBarCommand
ARG 0 source
ARG 1 bossBar
ARG 2 color
METHOD method_13029 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13030 getPlayers (Lnet/minecraft/class_2168;Lnet/minecraft/class_3002;)I
ARG 0 source
ARG 1 bossBar
@ -21,15 +23,44 @@ CLASS net/minecraft/class_3019 net/minecraft/server/command/BossBarCommand
ARG 0 source
ARG 1 bossBar
ARG 2 players
METHOD method_13032 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13033 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13034 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13035 (Lnet/minecraft/class_2168;)Z
ARG 0 source
METHOD method_13036 setValue (Lnet/minecraft/class_2168;Lnet/minecraft/class_3002;I)I
ARG 0 source
ARG 1 bossBar
ARG 2 value
METHOD method_13037 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13038 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13039 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13040 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13041 isVisible (Lnet/minecraft/class_2168;Lnet/minecraft/class_3002;)I
ARG 0 source
ARG 1 bossBar
METHOD method_13042 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13043 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13044 (Lcom/mojang/brigadier/context/CommandContext;Lcom/mojang/brigadier/suggestion/SuggestionsBuilder;)Ljava/util/concurrent/CompletableFuture;
ARG 0 context
ARG 1 builder
METHOD method_13045 listBossBars (Lnet/minecraft/class_2168;)I
ARG 0 source
METHOD method_13046 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13047 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13048 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13049 addBossBar (Lnet/minecraft/class_2168;Lnet/minecraft/class_2960;Lnet/minecraft/class_2561;)I
ARG 0 source
ARG 1 name
@ -38,13 +69,35 @@ CLASS net/minecraft/class_3019 net/minecraft/server/command/BossBarCommand
ARG 0 source
ARG 1 bossBar
ARG 2 style
METHOD method_13051 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13052 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13053 register (Lcom/mojang/brigadier/CommandDispatcher;)V
ARG 0 dispatcher
METHOD method_13054 getBossBar (Lcom/mojang/brigadier/context/CommandContext;)Lnet/minecraft/class_3002;
ARG 0 context
METHOD method_13055 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13056 getMaxValue (Lnet/minecraft/class_2168;Lnet/minecraft/class_3002;)I
ARG 0 source
ARG 1 bossBar
METHOD method_13057 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13058 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13059 (Ljava/lang/Object;)Lcom/mojang/brigadier/Message;
ARG 0 name
METHOD method_13060 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13061 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13062 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13063 (Ljava/lang/Object;)Lcom/mojang/brigadier/Message;
ARG 0 name
METHOD method_13064 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13065 getValue (Lnet/minecraft/class_2168;Lnet/minecraft/class_3002;)I
ARG 0 source
ARG 1 bossBar
@ -52,6 +105,8 @@ CLASS net/minecraft/class_3019 net/minecraft/server/command/BossBarCommand
ARG 0 source
ARG 1 bossBar
ARG 2 value
METHOD method_13067 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13068 setVisible (Lnet/minecraft/class_2168;Lnet/minecraft/class_3002;Z)I
ARG 0 source
ARG 1 bossBar
@ -59,7 +114,11 @@ CLASS net/minecraft/class_3019 net/minecraft/server/command/BossBarCommand
METHOD method_13069 removeBossBar (Lnet/minecraft/class_2168;Lnet/minecraft/class_3002;)I
ARG 0 source
ARG 1 bossBar
METHOD method_13070 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13071 setName (Lnet/minecraft/class_2168;Lnet/minecraft/class_3002;Lnet/minecraft/class_2561;)I
ARG 0 source
ARG 1 bossBar
ARG 2 name
METHOD method_13072 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context

View File

@ -1,6 +1,12 @@
CLASS net/minecraft/class_3020 net/minecraft/server/command/ClearCommand
FIELD field_13487 FAILED_SINGLE_EXCEPTION Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;
FIELD field_13488 FAILED_MULTIPLE_EXCEPTION Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;
METHOD method_13073 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13074 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13075 (Ljava/lang/Object;)Lcom/mojang/brigadier/Message;
ARG 0 playerName
METHOD method_13076 register (Lcom/mojang/brigadier/CommandDispatcher;)V
ARG 0 dispatcher
METHOD method_13077 execute (Lnet/minecraft/class_2168;Ljava/util/Collection;Ljava/util/function/Predicate;I)I
@ -8,3 +14,15 @@ CLASS net/minecraft/class_3020 net/minecraft/server/command/ClearCommand
ARG 1 targets
ARG 2 item
ARG 3 maxCount
METHOD method_13078 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13079 (Ljava/lang/Object;)Lcom/mojang/brigadier/Message;
ARG 0 playerCount
METHOD method_13080 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13081 (Lnet/minecraft/class_1799;)Z
ARG 0 stack
METHOD method_13082 (Lnet/minecraft/class_2168;)Z
ARG 0 source
METHOD method_13083 (Lnet/minecraft/class_1799;)Z
ARG 0 stack

View File

@ -3,6 +3,12 @@ CLASS net/minecraft/class_3023 net/minecraft/server/command/CloneCommand
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_13086 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13087 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13088 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13089 register (Lcom/mojang/brigadier/CommandDispatcher;)V
ARG 0 dispatcher
METHOD method_13090 execute (Lnet/minecraft/class_2168;Lnet/minecraft/class_2338;Lnet/minecraft/class_2338;Lnet/minecraft/class_2338;Ljava/util/function/Predicate;Lnet/minecraft/class_3023$class_3025;)I
@ -12,6 +18,43 @@ CLASS net/minecraft/class_3023 net/minecraft/server/command/CloneCommand
ARG 3 destination
ARG 4 filter
ARG 5 mode
METHOD method_13091 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13092 (Lnet/minecraft/class_2694;)Z
ARG 0 pos
METHOD method_13093 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13094 (Lnet/minecraft/class_2168;)Z
ARG 0 source
METHOD method_13095 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13096 (Lnet/minecraft/class_2694;)Z
ARG 0 pos
METHOD method_13097 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13098 (Lnet/minecraft/class_2694;)Z
ARG 0 pos
METHOD method_13099 (Ljava/lang/Object;Ljava/lang/Object;)Lcom/mojang/brigadier/Message;
ARG 0 maxCount
ARG 1 count
METHOD method_13100 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13101 (Lnet/minecraft/class_2694;)Z
ARG 0 pos
METHOD method_13102 (Lnet/minecraft/class_2694;)Z
ARG 0 pos
METHOD method_13103 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13104 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13105 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13106 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13107 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13108 (Lnet/minecraft/class_2694;)Z
ARG 0 pos
CLASS class_3024 BlockInfo
FIELD field_13494 blockEntityTag Lnet/minecraft/class_2487;
FIELD field_13495 state Lnet/minecraft/class_2680;

View File

@ -13,31 +13,99 @@ CLASS net/minecraft/class_3164 net/minecraft/server/command/DataCommand
ARG 0 source
ARG 1 object
ARG 2 path
METHOD method_13886 (Lnet/minecraft/class_3164$class_3167;Lcom/mojang/brigadier/context/CommandContext;)I
ARG 1 context
METHOD method_13887 (Lnet/minecraft/class_3164$class_3167;Lcom/mojang/brigadier/context/CommandContext;)I
ARG 1 context
METHOD method_13888 (Lcom/mojang/brigadier/context/CommandContext;Lnet/minecraft/class_2487;Lnet/minecraft/class_2203$class_2209;Ljava/util/List;)I
ARG 0 context
ARG 1 sourceTag
ARG 2 path
ARG 3 tags
METHOD method_13889 (Lnet/minecraft/class_3164$class_3167;Lcom/mojang/brigadier/builder/ArgumentBuilder;)Lcom/mojang/brigadier/builder/ArgumentBuilder;
ARG 1 builder
METHOD method_13890 (Lnet/minecraft/class_2168;)Z
ARG 0 source
METHOD method_13891 (Lcom/mojang/brigadier/context/CommandContext;Lnet/minecraft/class_2487;Lnet/minecraft/class_2203$class_2209;Ljava/util/List;)I
ARG 0 context
ARG 1 sourceTag
ARG 2 path
ARG 3 tags
METHOD method_13892 (Ljava/lang/Object;)Lcom/mojang/brigadier/Message;
ARG 0 path
METHOD method_13893 (Lnet/minecraft/class_3164$class_3167;Lnet/minecraft/class_3164$class_3167;Lnet/minecraft/class_3164$class_3165;Lcom/mojang/brigadier/builder/ArgumentBuilder;)Lcom/mojang/brigadier/builder/ArgumentBuilder;
ARG 3 builder
METHOD method_13894 (Lcom/mojang/brigadier/context/CommandContext;Lnet/minecraft/class_2487;Lnet/minecraft/class_2203$class_2209;Ljava/util/List;)I
ARG 0 context
ARG 1 sourceTag
ARG 2 path
ARG 3 tags
METHOD method_13895 (Lcom/mojang/brigadier/builder/ArgumentBuilder;Lnet/minecraft/class_3164$class_3166;)V
ARG 0 builder
ARG 1 modifier
METHOD method_13896 (Lnet/minecraft/class_3164$class_3167;Lcom/mojang/brigadier/builder/ArgumentBuilder;)Lcom/mojang/brigadier/builder/ArgumentBuilder;
ARG 1 builder
METHOD method_13897 (Lcom/mojang/brigadier/context/CommandContext;Lnet/minecraft/class_2487;Lnet/minecraft/class_2203$class_2209;Ljava/util/List;)I
ARG 0 context
ARG 1 sourceTag
ARG 2 path
ARG 3 tags
METHOD method_13898 addModifyArgument (Ljava/util/function/BiConsumer;)Lcom/mojang/brigadier/builder/ArgumentBuilder;
ARG 0 subArgumentAdder
METHOD method_13899 (Lnet/minecraft/class_3164$class_3167;Lnet/minecraft/class_3164$class_3165;)Lcom/mojang/brigadier/builder/ArgumentBuilder;
ARG 1 modifier
METHOD method_13900 (Lnet/minecraft/class_3164$class_3167;Lnet/minecraft/class_3164$class_3165;Lcom/mojang/brigadier/context/CommandContext;)I
ARG 2 context
METHOD method_13901 executeMerge (Lnet/minecraft/class_2168;Lnet/minecraft/class_3162;Lnet/minecraft/class_2487;)I
ARG 0 source
ARG 1 object
ARG 2 tag
METHOD method_13902 (Ljava/lang/Object;)Lcom/mojang/brigadier/Message;
ARG 0 path
METHOD method_13903 executeGet (Lnet/minecraft/class_2168;Lnet/minecraft/class_3162;Lnet/minecraft/class_2203$class_2209;D)I
ARG 0 source
ARG 1 object
ARG 2 path
ARG 3 scale
METHOD method_13904 (Lnet/minecraft/class_3164$class_3167;Lcom/mojang/brigadier/context/CommandContext;)I
ARG 1 context
METHOD method_13905 register (Lcom/mojang/brigadier/CommandDispatcher;)V
ARG 0 dispatcher
METHOD method_13906 (Ljava/util/function/Function;)Lnet/minecraft/class_3164$class_3167;
ARG 0 factory
METHOD method_13907 (Ljava/lang/Object;)Lcom/mojang/brigadier/Message;
ARG 0 nbt
METHOD method_13908 executeGet (Lnet/minecraft/class_2168;Lnet/minecraft/class_3162;)I
ARG 0 source
ARG 1 object
METHOD method_13909 (Lnet/minecraft/class_3164$class_3167;Lcom/mojang/brigadier/context/CommandContext;)I
ARG 1 context
METHOD method_13910 executeInsert (ILnet/minecraft/class_2487;Lnet/minecraft/class_2203$class_2209;Ljava/util/List;)I
ARG 0 integer
ARG 1 sourceTag
ARG 2 path
ARG 3 tags
METHOD method_13911 (Lnet/minecraft/class_3164$class_3167;Lnet/minecraft/class_3164$class_3167;Lnet/minecraft/class_3164$class_3165;)Lcom/mojang/brigadier/builder/ArgumentBuilder;
ARG 2 modifier
METHOD method_13912 (Lnet/minecraft/class_3164$class_3167;Lcom/mojang/brigadier/context/CommandContext;)I
ARG 1 context
METHOD method_13913 (Lnet/minecraft/class_3164$class_3167;Lnet/minecraft/class_3164$class_3167;Lnet/minecraft/class_3164$class_3165;Lcom/mojang/brigadier/context/CommandContext;)I
ARG 3 context
METHOD method_13915 (Ljava/lang/Object;)Lcom/mojang/brigadier/Message;
ARG 0 nbt
METHOD method_13916 executeGet (Lnet/minecraft/class_2168;Lnet/minecraft/class_3162;Lnet/minecraft/class_2203$class_2209;)I
ARG 0 source
ARG 1 object
ARG 2 path
METHOD method_13917 (Lnet/minecraft/class_3164$class_3167;Lnet/minecraft/class_3164$class_3167;Lnet/minecraft/class_3164$class_3165;Lcom/mojang/brigadier/context/CommandContext;)I
ARG 3 context
METHOD method_13918 (Lcom/mojang/brigadier/context/CommandContext;Lnet/minecraft/class_2487;Lnet/minecraft/class_2203$class_2209;Ljava/util/List;)I
ARG 0 context
ARG 1 sourceTag
ARG 2 path
ARG 3 tags
METHOD method_13919 (Ljava/util/function/Function;)Lnet/minecraft/class_3164$class_3167;
ARG 0 factory
METHOD method_13920 executeModify (Lcom/mojang/brigadier/context/CommandContext;Lnet/minecraft/class_3164$class_3167;Lnet/minecraft/class_3164$class_3165;Ljava/util/List;)I
ARG 0 context
ARG 1 objectType
@ -46,6 +114,12 @@ CLASS net/minecraft/class_3164 net/minecraft/server/command/DataCommand
METHOD method_13921 getNbt (Lnet/minecraft/class_2203$class_2209;Lnet/minecraft/class_3162;)Lnet/minecraft/class_2520;
ARG 0 path
ARG 1 object
METHOD method_13922 (Ljava/util/function/BiConsumer;Lnet/minecraft/class_3164$class_3167;Lcom/mojang/brigadier/builder/ArgumentBuilder;)Lcom/mojang/brigadier/builder/ArgumentBuilder;
ARG 2 builder
METHOD method_13923 (Lnet/minecraft/class_3164$class_3167;Lcom/mojang/brigadier/builder/ArgumentBuilder;)Lcom/mojang/brigadier/builder/ArgumentBuilder;
ARG 1 builder
METHOD method_17603 (Ljava/lang/Object;)Lcom/mojang/brigadier/Message;
ARG 0 index
CLASS class_3165 ModifyOperation
METHOD modify (Lcom/mojang/brigadier/context/CommandContext;Lnet/minecraft/class_2487;Lnet/minecraft/class_2203$class_2209;Ljava/util/List;)I
ARG 1 context

View File

@ -4,12 +4,37 @@ CLASS net/minecraft/class_3027 net/minecraft/server/command/DatapackCommand
FIELD field_13504 ALREADY_ENABLED_EXCEPTION Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;
FIELD field_13505 ALREADY_DISABLED_EXCEPTION Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;
FIELD field_13506 ENABLED_CONTAINERS_SUGGESTION_PROVIDER Lcom/mojang/brigadier/suggestion/SuggestionProvider;
METHOD method_13111 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13112 (Lcom/mojang/brigadier/context/CommandContext;Ljava/util/List;Lnet/minecraft/class_3288;)V
ARG 1 profiles
ARG 2 profile
METHOD method_13113 (Lnet/minecraft/class_3288;)Lnet/minecraft/class_3288;
ARG 0 profile
METHOD method_13114 executeEnable (Lnet/minecraft/class_2168;Lnet/minecraft/class_3288;Lnet/minecraft/class_3027$class_3028;)I
ARG 0 source
ARG 1 container
ARG 2 packAdder
METHOD method_13115 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13116 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13117 (Ljava/lang/Object;)Lcom/mojang/brigadier/Message;
ARG 0 name
METHOD method_13118 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13119 (Lnet/minecraft/class_2168;)Z
ARG 0 source
METHOD method_13120 (Lcom/mojang/brigadier/context/CommandContext;Lcom/mojang/brigadier/suggestion/SuggestionsBuilder;)Ljava/util/concurrent/CompletableFuture;
ARG 0 context
ARG 1 builder
METHOD method_13121 executeList (Lnet/minecraft/class_2168;)I
ARG 0 source
METHOD method_13122 (Ljava/util/List;Lnet/minecraft/class_3288;)V
ARG 0 profiles
ARG 1 profile
METHOD method_13123 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13125 register (Lcom/mojang/brigadier/CommandDispatcher;)V
ARG 0 dispatcher
METHOD method_13126 executeListEnabled (Lnet/minecraft/class_2168;)I
@ -20,7 +45,39 @@ CLASS net/minecraft/class_3027 net/minecraft/server/command/DatapackCommand
ARG 2 enable
METHOD method_13128 executeListAvailable (Lnet/minecraft/class_2168;)I
ARG 0 source
METHOD method_13130 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13131 (Ljava/lang/Object;)Lcom/mojang/brigadier/Message;
ARG 0 name
METHOD method_13132 (Lnet/minecraft/class_3288;)Lnet/minecraft/class_2561;
ARG 0 profile
METHOD method_13133 (Lcom/mojang/brigadier/context/CommandContext;Ljava/util/List;Lnet/minecraft/class_3288;)V
ARG 1 profiles
ARG 2 profile
METHOD method_13134 (Lnet/minecraft/class_3288;)Lnet/minecraft/class_2561;
ARG 0 profile
METHOD method_13135 (Ljava/lang/Object;)Lcom/mojang/brigadier/Message;
ARG 0 name
METHOD method_13136 (Lcom/mojang/brigadier/context/CommandContext;Lcom/mojang/brigadier/suggestion/SuggestionsBuilder;)Ljava/util/concurrent/CompletableFuture;
ARG 0 context
ARG 1 builder
METHOD method_13137 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13138 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13139 (Ljava/util/List;Lnet/minecraft/class_3288;)V
ARG 0 profiles
ARG 1 profile
METHOD method_13140 executeDisable (Lnet/minecraft/class_2168;Lnet/minecraft/class_3288;)I
ARG 0 source
ARG 1 container
METHOD method_13141 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_29477 (Ljava/util/Collection;Lnet/minecraft/class_3288;)Z
ARG 1 profile
METHOD method_29776 (Ljava/util/Collection;Ljava/lang/String;)Z
ARG 1 name
CLASS class_3028 PackAdder
METHOD apply (Ljava/util/List;Lnet/minecraft/class_3288;)V
ARG 1 profiles
ARG 2 profile

View File

@ -3,11 +3,21 @@ CLASS net/minecraft/class_3032 net/minecraft/server/command/DebugCommand
FIELD field_13597 NOT_RUNNING_EXCEPTION 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_13154 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13156 register (Lcom/mojang/brigadier/CommandDispatcher;)V
ARG 0 dispatcher
METHOD method_13157 (Lnet/minecraft/class_2168;)Z
ARG 0 source
METHOD method_13158 executeStop (Lnet/minecraft/class_2168;)I
ARG 0 source
METHOD method_13159 executeStart (Lnet/minecraft/class_2168;)I
ARG 0 source
METHOD method_13161 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_21617 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_21618 createDebugReport (Lnet/minecraft/class_2168;)I
ARG 0 source
METHOD method_21675 (Ljava/nio/file/spi/FileSystemProvider;)Z
ARG 0 fileSystemProvider

View File

@ -1,6 +1,10 @@
CLASS net/minecraft/class_3035 net/minecraft/server/command/DefaultGameModeCommand
METHOD method_13165 (Lnet/minecraft/class_1934;Lcom/mojang/brigadier/context/CommandContext;)I
ARG 1 context
METHOD method_13166 register (Lcom/mojang/brigadier/CommandDispatcher;)V
ARG 0 dispatcher
METHOD method_13167 execute (Lnet/minecraft/class_2168;Lnet/minecraft/class_1934;)I
ARG 0 source
ARG 1 defaultGameMode
METHOD method_13168 (Lnet/minecraft/class_2168;)Z
ARG 0 source

View File

@ -2,6 +2,14 @@ CLASS net/minecraft/class_3036 net/minecraft/server/command/DifficultyCommand
FIELD field_13602 FAILURE_EXCEPTION Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;
METHOD method_13169 register (Lcom/mojang/brigadier/CommandDispatcher;)V
ARG 0 dispatcher
METHOD method_13170 (Ljava/lang/Object;)Lcom/mojang/brigadier/Message;
ARG 0 difficulty
METHOD method_13171 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13172 (Lnet/minecraft/class_2168;)Z
ARG 0 source
METHOD method_13173 execute (Lnet/minecraft/class_2168;Lnet/minecraft/class_1267;)I
ARG 0 source
ARG 1 difficulty
METHOD method_13174 (Lnet/minecraft/class_1267;Lcom/mojang/brigadier/context/CommandContext;)I
ARG 1 context

View File

@ -2,6 +2,10 @@ CLASS net/minecraft/class_3043 net/minecraft/server/command/EffectCommand
FIELD field_13607 GIVE_FAILED_EXCEPTION Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
FIELD field_13608 CLEAR_SPECIFIC_FAILED_EXCEPTION Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
FIELD field_13609 CLEAR_EVERYTHING_FAILED_EXCEPTION Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
METHOD method_13225 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13226 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13227 executeGive (Lnet/minecraft/class_2168;Ljava/util/Collection;Lnet/minecraft/class_1291;Ljava/lang/Integer;IZ)I
ARG 0 source
ARG 1 targets
@ -9,6 +13,8 @@ CLASS net/minecraft/class_3043 net/minecraft/server/command/EffectCommand
ARG 3 seconds
ARG 4 amplifier
ARG 5 showParticles
METHOD method_13228 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13229 register (Lcom/mojang/brigadier/CommandDispatcher;)V
ARG 0 dispatcher
METHOD method_13230 executeClear (Lnet/minecraft/class_2168;Ljava/util/Collection;)I
@ -18,3 +24,13 @@ CLASS net/minecraft/class_3043 net/minecraft/server/command/EffectCommand
ARG 0 source
ARG 1 targets
ARG 2 effect
METHOD method_13232 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13233 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13234 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13235 (Lnet/minecraft/class_2168;)Z
ARG 0 source
METHOD method_23650 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context

View File

@ -4,10 +4,25 @@ CLASS net/minecraft/class_3048 net/minecraft/server/command/EnchantCommand
FIELD field_13631 FAILED_ITEMLESS_EXCEPTION Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;
FIELD field_13632 FAILED_LEVEL_EXCEPTION Lcom/mojang/brigadier/exceptions/Dynamic2CommandExceptionType;
FIELD field_13633 FAILED_INCOMPATIBLE_EXCEPTION Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;
METHOD method_13240 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13241 execute (Lnet/minecraft/class_2168;Ljava/util/Collection;Lnet/minecraft/class_1887;I)I
ARG 0 source
ARG 1 targets
ARG 2 enchantment
ARG 3 level
METHOD method_13242 (Ljava/lang/Object;)Lcom/mojang/brigadier/Message;
ARG 0 entityName
METHOD method_13243 register (Lcom/mojang/brigadier/CommandDispatcher;)V
ARG 0 dispatcher
METHOD method_13244 (Ljava/lang/Object;)Lcom/mojang/brigadier/Message;
ARG 0 itemName
METHOD method_13245 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13246 (Lnet/minecraft/class_2168;)Z
ARG 0 source
METHOD method_13247 (Ljava/lang/Object;)Lcom/mojang/brigadier/Message;
ARG 0 entityName
METHOD method_13248 (Ljava/lang/Object;Ljava/lang/Object;)Lcom/mojang/brigadier/Message;
ARG 0 level
ARG 1 maxLevel

View File

@ -4,26 +4,102 @@ CLASS net/minecraft/class_3050 net/minecraft/server/command/ExecuteCommand
FIELD field_13636 CONDITIONAL_FAIL_EXCEPTION Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
FIELD field_13637 CONDITIONAL_FAIL_COUNT_EXCEPTION Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;
FIELD field_20852 LOOT_CONDITIONS Lcom/mojang/brigadier/suggestion/SuggestionProvider;
METHOD method_13249 (Lcom/mojang/brigadier/context/CommandContext;)Z
ARG 0 context
METHOD method_13250 (Ljava/lang/Integer;Ljava/lang/Integer;)Z
ARG 0 a
ARG 1 b
METHOD method_13251 (Lnet/minecraft/class_3164$class_3167;ZLcom/mojang/brigadier/context/CommandContext;)Lnet/minecraft/class_2168;
ARG 2 context
METHOD method_13252 (Lcom/mojang/brigadier/context/CommandContext;)Lnet/minecraft/class_2168;
ARG 0 context
METHOD method_13253 (Lcom/mojang/brigadier/tree/LiteralCommandNode;Lnet/minecraft/class_3164$class_3167;ZLcom/mojang/brigadier/builder/ArgumentBuilder;)Lcom/mojang/brigadier/builder/ArgumentBuilder;
ARG 3 builder
METHOD method_13254 (Lnet/minecraft/class_2168;)Z
ARG 0 source
METHOD method_13255 (Lnet/minecraft/class_2168;)Z
ARG 0 source
METHOD method_13256 (Lnet/minecraft/class_3164$class_3167;ZLcom/mojang/brigadier/context/CommandContext;)Lnet/minecraft/class_2168;
ARG 2 context
METHOD method_13257 (Ljava/lang/Integer;Ljava/lang/Integer;)Z
ARG 0 a
ARG 1 b
METHOD method_13258 (Lcom/mojang/brigadier/tree/CommandNode;ZLnet/minecraft/class_3164$class_3167;Lcom/mojang/brigadier/builder/ArgumentBuilder;)Lcom/mojang/brigadier/builder/ArgumentBuilder;
ARG 3 builder
METHOD method_13259 (Lcom/mojang/brigadier/context/CommandContext;)Lnet/minecraft/class_2168;
ARG 0 context
METHOD method_13260 (Ljava/util/Collection;Lnet/minecraft/class_269;Lnet/minecraft/class_266;ZLcom/mojang/brigadier/context/CommandContext;ZI)V
ARG 4 context
ARG 5 success
ARG 6 result
METHOD method_13261 testBlocksCondition (Lnet/minecraft/class_3218;Lnet/minecraft/class_2338;Lnet/minecraft/class_2338;Lnet/minecraft/class_2338;Z)Ljava/util/OptionalInt;
ARG 0 world
ARG 1 start
ARG 2 end
ARG 3 destination
ARG 4 masked
METHOD method_13262 (Lcom/mojang/brigadier/context/CommandContext;)Z
ARG 0 context
METHOD method_13263 testScoreCondition (Lcom/mojang/brigadier/context/CommandContext;Ljava/util/function/BiPredicate;)Z
ARG 0 context
ARG 1 condition
METHOD method_13264 (Lnet/minecraft/class_3164$class_3167;ZLcom/mojang/brigadier/context/CommandContext;)Lnet/minecraft/class_2168;
ARG 2 context
METHOD method_13265 executeStoreData (Lnet/minecraft/class_2168;Lnet/minecraft/class_3162;Lnet/minecraft/class_2203$class_2209;Ljava/util/function/IntFunction;Z)Lnet/minecraft/class_2168;
ARG 0 source
ARG 1 object
ARG 2 path
ARG 3 tagSetter
ARG 4 requestResult
METHOD method_13266 (Lcom/mojang/brigadier/context/CommandContext;)Z
ARG 0 context
METHOD method_13267 (ZLnet/minecraft/class_3050$class_3052;Lcom/mojang/brigadier/context/CommandContext;)Ljava/util/Collection;
ARG 2 context
METHOD method_13268 (Lcom/mojang/brigadier/context/CommandContext;)Lnet/minecraft/class_2168;
ARG 0 context
METHOD method_13269 (ZLcom/mojang/brigadier/context/CommandContext;)Lnet/minecraft/class_2168;
ARG 1 context
METHOD method_13270 (ZLnet/minecraft/class_3050$class_3052;Lcom/mojang/brigadier/context/CommandContext;)I
ARG 2 context
METHOD method_13271 register (Lcom/mojang/brigadier/CommandDispatcher;)V
ARG 0 dispatcher
METHOD method_13272 testBlocksCondition (Lcom/mojang/brigadier/context/CommandContext;Z)Ljava/util/OptionalInt;
ARG 0 context
ARG 1 masked
METHOD method_13273 (ZLcom/mojang/brigadier/context/CommandContext;)I
ARG 1 context
METHOD method_13274 (Lcom/mojang/brigadier/context/CommandContext;)Z
ARG 0 context
METHOD method_13275 (Lcom/mojang/brigadier/context/CommandContext;I)Lnet/minecraft/class_2520;
ARG 1 result
METHOD method_13276 (Lcom/mojang/brigadier/context/CommandContext;I)Lnet/minecraft/class_2520;
ARG 1 result
METHOD method_13277 (ZZLnet/minecraft/class_3002;Lcom/mojang/brigadier/context/CommandContext;ZI)V
ARG 3 context
ARG 4 success
ARG 5 result
METHOD method_13279 (Lcom/mojang/brigadier/ResultConsumer;Lcom/mojang/brigadier/ResultConsumer;Lcom/mojang/brigadier/context/CommandContext;ZI)V
ARG 2 context
ARG 3 success
ARG 4 result
METHOD method_13280 (Lcom/mojang/brigadier/context/CommandContext;)Z
ARG 0 context
METHOD method_13281 (Lcom/mojang/brigadier/context/CommandContext;)Ljava/util/Collection;
ARG 0 context
METHOD method_13282 (Lcom/mojang/brigadier/context/CommandContext;)Z
ARG 0 context
METHOD method_13283 (Lcom/mojang/brigadier/context/CommandContext;I)Lnet/minecraft/class_2520;
ARG 1 result
METHOD method_13284 (Lnet/minecraft/class_3164$class_3167;ZLcom/mojang/brigadier/context/CommandContext;)Lnet/minecraft/class_2168;
ARG 2 context
METHOD method_13285 (ZLcom/mojang/brigadier/context/CommandContext;)Lnet/minecraft/class_2168;
ARG 1 context
METHOD method_13286 (Lcom/mojang/brigadier/context/CommandContext;)Lnet/minecraft/class_2168;
ARG 0 context
METHOD method_13287 (ZZLcom/mojang/brigadier/context/CommandContext;)Ljava/util/Collection;
ARG 2 context
METHOD method_13288 (Lcom/mojang/brigadier/context/CommandContext;)Z
ARG 0 context
METHOD method_13289 addStoreArguments (Lcom/mojang/brigadier/tree/LiteralCommandNode;Lcom/mojang/brigadier/builder/LiteralArgumentBuilder;Z)Lcom/mojang/brigadier/builder/ArgumentBuilder;
ARG 0 node
ARG 1 builder
@ -33,6 +109,20 @@ CLASS net/minecraft/class_3050 net/minecraft/server/command/ExecuteCommand
ARG 1 targets
ARG 2 objective
ARG 3 requestResult
METHOD method_13291 (Lcom/mojang/brigadier/context/CommandContext;)Ljava/util/Collection;
ARG 0 context
METHOD method_13292 (Lcom/mojang/brigadier/context/CommandContext;)Ljava/util/Collection;
ARG 0 context
METHOD method_13293 (Lcom/mojang/brigadier/context/CommandContext;)Ljava/util/Collection;
ARG 0 context
METHOD method_13294 (Lnet/minecraft/class_3162;ZLnet/minecraft/class_2203$class_2209;Ljava/util/function/IntFunction;Lcom/mojang/brigadier/context/CommandContext;ZI)V
ARG 4 context
ARG 5 success
ARG 6 result
METHOD method_13295 (Lcom/mojang/brigadier/context/CommandContext;)Ljava/util/Collection;
ARG 0 context
METHOD method_13296 (Lnet/minecraft/class_3050$class_3051;Lcom/mojang/brigadier/context/CommandContext;)I
ARG 1 context
METHOD method_13297 executeStoreBossbar (Lnet/minecraft/class_2168;Lnet/minecraft/class_3002;ZZ)Lnet/minecraft/class_2168;
ARG 0 source
ARG 1 bossBar
@ -42,23 +132,54 @@ CLASS net/minecraft/class_3050 net/minecraft/server/command/ExecuteCommand
ARG 0 root
ARG 1 argumentBuilder
ARG 2 positive
METHOD method_13299 (Ljava/lang/Integer;Ljava/lang/Integer;)Z
ARG 0 a
ARG 1 b
METHOD method_13300 (ZLcom/mojang/brigadier/context/CommandContext;)Ljava/util/Collection;
ARG 1 context
METHOD method_13302 (Ljava/lang/Integer;Ljava/lang/Integer;)Z
ARG 0 a
ARG 1 b
METHOD method_13303 countPathMatches (Lnet/minecraft/class_3162;Lnet/minecraft/class_2203$class_2209;)I
ARG 0 object
ARG 1 path
METHOD method_13304 executeNegativeBlockCondition (Lcom/mojang/brigadier/context/CommandContext;Z)I
ARG 0 context
ARG 1 masked
METHOD method_13305 (Lnet/minecraft/class_3050$class_3051;Lcom/mojang/brigadier/context/CommandContext;)I
ARG 1 context
METHOD method_13306 executePositiveBlockCondition (Lcom/mojang/brigadier/context/CommandContext;Z)I
ARG 0 context
ARG 1 masked
METHOD method_13307 (Lcom/mojang/brigadier/context/CommandContext;I)Lnet/minecraft/class_2520;
ARG 1 result
METHOD method_13308 (Lcom/mojang/brigadier/context/CommandContext;)Lnet/minecraft/class_2168;
ARG 0 context
METHOD method_13309 (Lnet/minecraft/class_3164$class_3167;ZLcom/mojang/brigadier/context/CommandContext;)Lnet/minecraft/class_2168;
ARG 2 context
METHOD method_13310 addConditionLogic (Lcom/mojang/brigadier/tree/CommandNode;Lcom/mojang/brigadier/builder/ArgumentBuilder;ZLnet/minecraft/class_3050$class_3052;)Lcom/mojang/brigadier/builder/ArgumentBuilder;
ARG 0 root
ARG 1 builder
ARG 2 positive
ARG 3 condition
METHOD method_13311 (Lnet/minecraft/class_3164$class_3167;ZLcom/mojang/brigadier/context/CommandContext;)Lnet/minecraft/class_2168;
ARG 2 context
METHOD method_13312 (Ljava/lang/Object;)Lcom/mojang/brigadier/Message;
ARG 0 count
METHOD method_13313 testScoreMatch (Lcom/mojang/brigadier/context/CommandContext;Lnet/minecraft/class_2096$class_2100;)Z
ARG 0 context
ARG 1 range
METHOD method_13314 (Lcom/mojang/brigadier/context/CommandContext;)Lnet/minecraft/class_2168;
ARG 0 context
METHOD method_13315 (ZLcom/mojang/brigadier/context/CommandContext;)I
ARG 1 context
METHOD method_13316 (Ljava/lang/Object;Ljava/lang/Object;)Lcom/mojang/brigadier/Message;
ARG 0 maxCount
ARG 1 count
METHOD method_13317 (Lnet/minecraft/class_3164$class_3167;Lcom/mojang/brigadier/context/CommandContext;)I
ARG 1 context
METHOD method_13318 (Lcom/mojang/brigadier/context/CommandContext;I)Lnet/minecraft/class_2520;
ARG 1 result
METHOD method_13319 getSourceOrEmptyForConditionFork (Lcom/mojang/brigadier/context/CommandContext;ZZ)Ljava/util/Collection;
ARG 0 context
ARG 1 positive
@ -68,10 +189,23 @@ CLASS net/minecraft/class_3050 net/minecraft/server/command/ExecuteCommand
ARG 1 builder
ARG 2 positive
ARG 3 masked
METHOD method_13321 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13322 (ZLcom/mojang/brigadier/context/CommandContext;)Lnet/minecraft/class_2168;
ARG 1 context
METHOD method_13323 getExistsConditionExecute (ZLnet/minecraft/class_3050$class_3051;)Lcom/mojang/brigadier/Command;
ARG 0 positive
ARG 1 condition
METHOD method_13324 (Lcom/mojang/brigadier/context/CommandContext;I)Lnet/minecraft/class_2520;
ARG 1 result
METHOD method_22829 testLootCondition (Lnet/minecraft/class_2168;Lnet/minecraft/class_5341;)Z
ARG 0 source
ARG 1 condition
METHOD method_22830 (Lcom/mojang/brigadier/context/CommandContext;)Z
ARG 0 context
METHOD method_22831 (Lcom/mojang/brigadier/context/CommandContext;Lcom/mojang/brigadier/suggestion/SuggestionsBuilder;)Ljava/util/concurrent/CompletableFuture;
ARG 0 context
ARG 1 builder
CLASS class_3051 ExistsCondition
METHOD test (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 1 context

View File

@ -5,17 +5,37 @@ CLASS net/minecraft/class_3054 net/minecraft/server/command/ExperienceCommand
ARG 1 targets
ARG 2 amount
ARG 3 component
METHOD method_13327 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13328 executeQuery (Lnet/minecraft/class_2168;Lnet/minecraft/class_3222;Lnet/minecraft/class_3054$class_3055;)I
ARG 0 source
ARG 1 player
ARG 2 component
METHOD method_13329 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13330 register (Lcom/mojang/brigadier/CommandDispatcher;)V
ARG 0 dispatcher
METHOD method_13331 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13332 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13333 executeSet (Lnet/minecraft/class_2168;Ljava/util/Collection;ILnet/minecraft/class_3054$class_3055;)I
ARG 0 source
ARG 1 targets
ARG 2 amount
ARG 3 component
METHOD method_13334 (Lnet/minecraft/class_2168;)Z
ARG 0 source
METHOD method_13335 (Lnet/minecraft/class_2168;)Z
ARG 0 source
METHOD method_13336 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13337 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13338 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13339 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
CLASS class_3055 Component
FIELD field_13639 adder Ljava/util/function/BiConsumer;
FIELD field_13642 setter Ljava/util/function/BiPredicate;
@ -26,3 +46,13 @@ CLASS net/minecraft/class_3054 net/minecraft/server/command/ExperienceCommand
ARG 4 adder
ARG 5 setter
ARG 6 getter
METHOD method_13340 (Lnet/minecraft/class_3222;)I
ARG 0 player
METHOD method_13341 (Lnet/minecraft/class_3222;)I
ARG 0 player
METHOD method_13342 (Lnet/minecraft/class_3222;Ljava/lang/Integer;)Z
ARG 0 player
ARG 1 level
METHOD method_13343 (Lnet/minecraft/class_3222;Ljava/lang/Integer;)Z
ARG 0 player
ARG 1 xp

View File

@ -2,15 +2,56 @@ CLASS net/minecraft/class_3057 net/minecraft/server/command/FillCommand
FIELD field_13648 AIR_BLOCK_ARGUMENT Lnet/minecraft/class_2247;
FIELD field_13649 TOO_BIG_EXCEPTION Lcom/mojang/brigadier/exceptions/Dynamic2CommandExceptionType;
FIELD field_13650 FAILED_EXCEPTION Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
METHOD method_13345 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13346 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13347 register (Lcom/mojang/brigadier/CommandDispatcher;)V
ARG 0 dispatcher
METHOD method_13348 (Lnet/minecraft/class_2694;)Z
ARG 0 pos
METHOD method_13349 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13350 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13351 (Lnet/minecraft/class_2168;)Z
ARG 0 source
METHOD method_13352 (Ljava/lang/Object;Ljava/lang/Object;)Lcom/mojang/brigadier/Message;
ARG 0 maxCount
ARG 1 count
METHOD method_13353 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13354 execute (Lnet/minecraft/class_2168;Lnet/minecraft/class_3341;Lnet/minecraft/class_2247;Lnet/minecraft/class_3057$class_3058;Ljava/util/function/Predicate;)I
ARG 0 source
ARG 1 range
ARG 2 block
ARG 3 mode
ARG 4 filter
METHOD method_13355 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13356 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
CLASS class_3058 Mode
FIELD field_13654 filter Lnet/minecraft/class_3119$class_3120;
METHOD <init> (Ljava/lang/String;ILnet/minecraft/class_3119$class_3120;)V
ARG 3 filter
METHOD method_13358 (Lnet/minecraft/class_3341;Lnet/minecraft/class_2338;Lnet/minecraft/class_2247;Lnet/minecraft/class_3218;)Lnet/minecraft/class_2247;
ARG 0 range
ARG 1 pos
ARG 2 block
ARG 3 world
METHOD method_13359 (Lnet/minecraft/class_3341;Lnet/minecraft/class_2338;Lnet/minecraft/class_2247;Lnet/minecraft/class_3218;)Lnet/minecraft/class_2247;
ARG 0 range
ARG 1 pos
ARG 2 block
ARG 3 world
METHOD method_13360 (Lnet/minecraft/class_3341;Lnet/minecraft/class_2338;Lnet/minecraft/class_2247;Lnet/minecraft/class_3218;)Lnet/minecraft/class_2247;
ARG 0 range
ARG 1 pos
ARG 2 block
ARG 3 world
METHOD method_13361 (Lnet/minecraft/class_3341;Lnet/minecraft/class_2338;Lnet/minecraft/class_2247;Lnet/minecraft/class_3218;)Lnet/minecraft/class_2247;
ARG 0 range
ARG 1 pos
ARG 2 block
ARG 3 world

View File

@ -3,10 +3,25 @@ CLASS net/minecraft/class_3060 net/minecraft/server/command/ForceLoadCommand
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;
METHOD method_13363 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13364 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13365 register (Lcom/mojang/brigadier/CommandDispatcher;)V
ARG 0 dispatcher
METHOD method_13366 executeRemoveAll (Lnet/minecraft/class_2168;)I
ARG 0 source
METHOD method_13367 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13368 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13369 (Ljava/lang/Object;Ljava/lang/Object;)Lcom/mojang/brigadier/Message;
ARG 0 chunkPos
ARG 1 registryKey
METHOD method_13370 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13371 (Lnet/minecraft/class_2168;)Z
ARG 0 source
METHOD method_13372 executeChange (Lnet/minecraft/class_2168;Lnet/minecraft/class_2265;Lnet/minecraft/class_2265;Z)I
ARG 0 source
ARG 1 from
@ -17,3 +32,10 @@ CLASS net/minecraft/class_3060 net/minecraft/server/command/ForceLoadCommand
METHOD method_13374 executeQuery (Lnet/minecraft/class_2168;Lnet/minecraft/class_2265;)I
ARG 0 source
ARG 1 pos
METHOD method_13375 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13376 (Ljava/lang/Object;Ljava/lang/Object;)Lcom/mojang/brigadier/Message;
ARG 0 maxCount
ARG 1 count
METHOD method_13378 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context

View File

@ -5,3 +5,10 @@ CLASS net/minecraft/class_3062 net/minecraft/server/command/FunctionCommand
METHOD method_13381 execute (Lnet/minecraft/class_2168;Ljava/util/Collection;)I
ARG 0 source
ARG 1 functions
METHOD method_13382 (Lcom/mojang/brigadier/context/CommandContext;Lcom/mojang/brigadier/suggestion/SuggestionsBuilder;)Ljava/util/concurrent/CompletableFuture;
ARG 0 context
ARG 1 builder
METHOD method_13383 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13384 (Lnet/minecraft/class_2168;)Z
ARG 0 source

View File

@ -1,11 +1,17 @@
CLASS net/minecraft/class_3064 net/minecraft/server/command/GameModeCommand
METHOD method_13386 (Lnet/minecraft/class_1934;Lcom/mojang/brigadier/context/CommandContext;)I
ARG 1 context
METHOD method_13387 execute (Lcom/mojang/brigadier/context/CommandContext;Ljava/util/Collection;Lnet/minecraft/class_1934;)I
ARG 0 context
ARG 1 targets
ARG 2 gameMode
METHOD method_13388 register (Lcom/mojang/brigadier/CommandDispatcher;)V
ARG 0 dispatcher
METHOD method_13389 (Lnet/minecraft/class_2168;)Z
ARG 0 source
METHOD method_13390 setGameMode (Lnet/minecraft/class_2168;Lnet/minecraft/class_3222;Lnet/minecraft/class_1934;)V
ARG 0 source
ARG 1 player
ARG 2 gameMode
METHOD method_13391 (Lnet/minecraft/class_1934;Lcom/mojang/brigadier/context/CommandContext;)I
ARG 1 context

View File

@ -1,4 +1,6 @@
CLASS net/minecraft/class_3068 net/minecraft/server/command/GiveCommand
METHOD method_13400 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13401 execute (Lnet/minecraft/class_2168;Lnet/minecraft/class_2290;Ljava/util/Collection;I)I
ARG 0 source
ARG 1 item
@ -6,3 +8,7 @@ CLASS net/minecraft/class_3068 net/minecraft/server/command/GiveCommand
ARG 3 count
METHOD method_13402 register (Lcom/mojang/brigadier/CommandDispatcher;)V
ARG 0 dispatcher
METHOD method_13403 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13404 (Lnet/minecraft/class_2168;)Z
ARG 0 source

View File

@ -2,3 +2,7 @@ CLASS net/minecraft/class_3069 net/minecraft/server/command/HelpCommand
FIELD field_13665 FAILED_EXCEPTION Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
METHOD method_13405 register (Lcom/mojang/brigadier/CommandDispatcher;)V
ARG 0 dispatcher
METHOD method_13406 (Lcom/mojang/brigadier/CommandDispatcher;Lcom/mojang/brigadier/context/CommandContext;)I
ARG 1 context
METHOD method_13407 (Lcom/mojang/brigadier/CommandDispatcher;Lcom/mojang/brigadier/context/CommandContext;)I
ARG 1 context

View File

@ -11,6 +11,13 @@ CLASS net/minecraft/class_5687 net/minecraft/server/command/ItemCommand
ARG 1 slotId
METHOD method_32707 register (Lcom/mojang/brigadier/CommandDispatcher;)V
ARG 0 dispatcher
METHOD method_32708 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_32709 (Lcom/mojang/brigadier/context/CommandContext;Lcom/mojang/brigadier/suggestion/SuggestionsBuilder;)Ljava/util/concurrent/CompletableFuture;
ARG 0 context
ARG 1 builder
METHOD method_32710 (Lnet/minecraft/class_2168;)Z
ARG 0 source
METHOD method_32711 executeBlockCopyEntity (Lnet/minecraft/class_2168;Lnet/minecraft/class_1297;ILnet/minecraft/class_2338;I)I
ARG 0 source
ARG 1 sourceEntity
@ -95,3 +102,46 @@ CLASS net/minecraft/class_5687 net/minecraft/server/command/ItemCommand
ARG 1 targets
ARG 2 slot
ARG 3 modifier
METHOD method_32726 (Ljava/lang/Object;)Lcom/mojang/brigadier/Message;
ARG 0 slot
METHOD method_32727 (Ljava/lang/Object;Ljava/lang/Object;)Lcom/mojang/brigadier/Message;
ARG 0 itemName
ARG 1 slot
METHOD method_32728 (Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Lcom/mojang/brigadier/Message;
ARG 0 x
ARG 1 y
ARG 2 z
METHOD method_32729 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_32730 (Ljava/lang/Object;)Lcom/mojang/brigadier/Message;
ARG 0 slot
METHOD method_32731 (Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Lcom/mojang/brigadier/Message;
ARG 0 x
ARG 1 y
ARG 2 z
METHOD method_32732 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_32733 (Ljava/lang/Object;)Lcom/mojang/brigadier/Message;
ARG 0 slot
METHOD method_32734 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_32735 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_32736 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_32737 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_32738 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_32739 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_32740 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_32741 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_32742 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_32743 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_32744 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context

View File

@ -1,7 +1,13 @@
CLASS net/minecraft/class_3073 net/minecraft/server/command/KickCommand
METHOD method_13409 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13410 register (Lcom/mojang/brigadier/CommandDispatcher;)V
ARG 0 dispatcher
METHOD method_13411 execute (Lnet/minecraft/class_2168;Ljava/util/Collection;Lnet/minecraft/class_2561;)I
ARG 0 source
ARG 1 targets
ARG 2 reason
METHOD method_13412 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13413 (Lnet/minecraft/class_2168;)Z
ARG 0 source

View File

@ -4,3 +4,9 @@ CLASS net/minecraft/class_3075 net/minecraft/server/command/KillCommand
METHOD method_13430 execute (Lnet/minecraft/class_2168;Ljava/util/Collection;)I
ARG 0 source
ARG 1 targets
METHOD method_13431 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13432 (Lnet/minecraft/class_2168;)Z
ARG 0 source
METHOD method_22832 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context

View File

@ -1,4 +1,6 @@
CLASS net/minecraft/class_3078 net/minecraft/server/command/ListCommand
METHOD method_13433 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13434 execute (Lnet/minecraft/class_2168;Ljava/util/function/Function;)I
ARG 0 source
ARG 1 nameProvider
@ -8,5 +10,7 @@ CLASS net/minecraft/class_3078 net/minecraft/server/command/ListCommand
ARG 0 source
METHOD method_13437 executeNames (Lnet/minecraft/class_2168;)I
ARG 0 source
METHOD method_13438 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_30310 (Lnet/minecraft/class_3222;)Lnet/minecraft/class_2561;
ARG 0 player

View File

@ -3,6 +3,14 @@ CLASS net/minecraft/class_4799 net/minecraft/server/command/LocateBiomeCommand
FIELD field_22253 NOT_FOUND_EXCEPTION Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;
METHOD method_24491 register (Lcom/mojang/brigadier/CommandDispatcher;)V
ARG 0 dispatcher
METHOD method_24492 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_24494 (Lnet/minecraft/class_2168;)Z
ARG 0 source
METHOD method_24495 execute (Lnet/minecraft/class_2168;Lnet/minecraft/class_2960;)I
ARG 0 source
ARG 1 id
METHOD method_24496 (Ljava/lang/Object;)Lcom/mojang/brigadier/Message;
ARG 0 id
METHOD method_24498 (Ljava/lang/Object;)Lcom/mojang/brigadier/Message;
ARG 0 id

View File

@ -7,6 +7,10 @@ CLASS net/minecraft/class_3079 net/minecraft/server/command/LocateCommand
ARG 3 y2
METHOD method_13443 register (Lcom/mojang/brigadier/CommandDispatcher;)V
ARG 0 dispatcher
METHOD method_13447 (Lnet/minecraft/class_2338;Lnet/minecraft/class_2583;)Lnet/minecraft/class_2583;
ARG 1 style
METHOD method_13448 (Lnet/minecraft/class_2168;)Z
ARG 0 source
METHOD method_13457 execute (Lnet/minecraft/class_2168;Lnet/minecraft/class_3195;)I
ARG 0 source
ARG 1 structure
@ -16,3 +20,5 @@ CLASS net/minecraft/class_3079 net/minecraft/server/command/LocateCommand
ARG 2 sourcePos
ARG 3 structurePos
ARG 4 successMessage
METHOD method_29192 (Ljava/util/Map$Entry;Lcom/mojang/brigadier/context/CommandContext;)I
ARG 1 context

View File

@ -2,31 +2,53 @@ CLASS net/minecraft/class_3039 net/minecraft/server/command/LootCommand
FIELD field_13604 NO_HELD_ITEMS_EXCEPTION Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;
FIELD field_13605 SUGGESTION_PROVIDER Lcom/mojang/brigadier/suggestion/SuggestionProvider;
FIELD field_13606 NO_LOOT_TABLE_EXCEPTION Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;
METHOD method_13177 (Lnet/minecraft/class_3039$class_3041;Lcom/mojang/brigadier/context/CommandContext;)I
ARG 1 context
METHOD method_13178 getHeldItem (Lnet/minecraft/class_2168;Lnet/minecraft/class_1304;)Lnet/minecraft/class_1799;
ARG 0 source
ARG 1 slot
METHOD method_13179 (Lnet/minecraft/class_3218;Lnet/minecraft/class_243;Lnet/minecraft/class_1799;)V
ARG 2 stack
METHOD method_13180 getFeedbackMessageSingle (Lcom/mojang/brigadier/context/CommandContext;Lnet/minecraft/class_2960;Lnet/minecraft/class_47;Lnet/minecraft/class_3039$class_3041;)I
ARG 0 context
ARG 1 lootTable
ARG 2 lootContext
ARG 3 constructor
METHOD method_13181 (Lnet/minecraft/class_2168;)Z
ARG 0 source
METHOD method_13182 (Lcom/mojang/brigadier/context/CommandContext;Ljava/util/List;Lnet/minecraft/class_3039$class_3040;)I
ARG 0 context
ARG 1 stacks
ARG 2 messageSender
METHOD method_13183 executeSpawn (Lnet/minecraft/class_2168;Lnet/minecraft/class_243;Ljava/util/List;Lnet/minecraft/class_3039$class_3040;)I
ARG 0 source
ARG 1 pos
ARG 2 stacks
ARG 3 messageSender
METHOD method_13184 (Lnet/minecraft/class_2168;Ljava/util/List;)V
ARG 1 stacks
METHOD method_13185 (Lnet/minecraft/class_2168;Lnet/minecraft/class_2960;Ljava/util/List;)V
ARG 2 stacks
METHOD method_13187 executeReplace (Ljava/util/Collection;IILjava/util/List;Lnet/minecraft/class_3039$class_3040;)I
ARG 0 targets
ARG 1 slot
ARG 2 stackCount
ARG 3 stacks
ARG 4 messageSender
METHOD method_13188 (Lnet/minecraft/class_3039$class_3041;Lcom/mojang/brigadier/context/CommandContext;)I
ARG 1 context
METHOD method_13189 executeKill (Lcom/mojang/brigadier/context/CommandContext;Lnet/minecraft/class_1297;Lnet/minecraft/class_3039$class_3041;)I
ARG 0 context
ARG 1 entity
ARG 2 constructor
METHOD method_13191 (Lcom/mojang/brigadier/context/CommandContext;Ljava/util/List;Lnet/minecraft/class_3039$class_3040;)I
ARG 0 context
ARG 1 stacks
ARG 2 messageSender
METHOD method_13193 register (Lcom/mojang/brigadier/CommandDispatcher;)V
ARG 0 dispatcher
METHOD method_13195 (Ljava/lang/Object;)Lcom/mojang/brigadier/Message;
ARG 0 entityName
METHOD method_13196 executeInsert (Lnet/minecraft/class_2168;Lnet/minecraft/class_2338;Ljava/util/List;Lnet/minecraft/class_3039$class_3040;)I
ARG 0 source
ARG 1 targetPos
@ -36,6 +58,8 @@ CLASS net/minecraft/class_3039 net/minecraft/server/command/LootCommand
ARG 0 context
ARG 1 lootTable
ARG 2 constructor
METHOD method_13198 (Lnet/minecraft/class_3039$class_3041;Lcom/mojang/brigadier/context/CommandContext;)I
ARG 1 context
METHOD method_13199 executeFish (Lcom/mojang/brigadier/context/CommandContext;Lnet/minecraft/class_2960;Lnet/minecraft/class_2338;Lnet/minecraft/class_1799;Lnet/minecraft/class_3039$class_3041;)I
ARG 0 context
ARG 1 lootTable
@ -46,12 +70,25 @@ CLASS net/minecraft/class_3039 net/minecraft/server/command/LootCommand
ARG 0 players
ARG 1 stacks
ARG 2 messageSender
METHOD method_13202 (Lcom/mojang/brigadier/context/CommandContext;Ljava/util/List;Lnet/minecraft/class_3039$class_3040;)I
ARG 0 context
ARG 1 stacks
ARG 2 messageSender
METHOD method_13203 (Lcom/mojang/brigadier/builder/ArgumentBuilder;Lnet/minecraft/class_3039$class_3041;)Lcom/mojang/brigadier/builder/ArgumentBuilder;
ARG 0 builder
ARG 1 constructor
METHOD method_13204 (Lnet/minecraft/class_3039$class_3041;Lcom/mojang/brigadier/context/CommandContext;)I
ARG 1 context
METHOD method_13205 (Lnet/minecraft/class_3039$class_3041;Lcom/mojang/brigadier/context/CommandContext;)I
ARG 1 context
METHOD method_13206 addTargetArguments (Lcom/mojang/brigadier/builder/ArgumentBuilder;Lnet/minecraft/class_3039$class_3042;)Lcom/mojang/brigadier/builder/ArgumentBuilder;
ARG 0 rootArgument
ARG 1 sourceConstructor
METHOD method_13207 getBlockInventory (Lnet/minecraft/class_2168;Lnet/minecraft/class_2338;)Lnet/minecraft/class_1263;
ARG 0 source
ARG 1 pos
METHOD method_13208 (Lnet/minecraft/class_3039$class_3041;Lcom/mojang/brigadier/context/CommandContext;)I
ARG 1 context
METHOD method_13209 executeBlock (Lnet/minecraft/class_2168;Lnet/minecraft/class_2338;IILjava/util/List;Lnet/minecraft/class_3039$class_3040;)I
ARG 0 source
ARG 1 targetPos
@ -59,6 +96,11 @@ CLASS net/minecraft/class_3039 net/minecraft/server/command/LootCommand
ARG 3 stackCount
ARG 4 stacks
ARG 5 messageSender
METHOD method_13210 (Lcom/mojang/brigadier/context/CommandContext;Lcom/mojang/brigadier/suggestion/SuggestionsBuilder;)Ljava/util/concurrent/CompletableFuture;
ARG 0 context
ARG 1 builder
METHOD method_13211 (Lnet/minecraft/class_3039$class_3041;Lcom/mojang/brigadier/context/CommandContext;)I
ARG 1 context
METHOD method_13212 sendDroppedFeedback (Lnet/minecraft/class_2168;Ljava/util/List;Lnet/minecraft/class_2960;)V
ARG 0 source
ARG 1 stacks
@ -66,6 +108,16 @@ CLASS net/minecraft/class_3039 net/minecraft/server/command/LootCommand
METHOD method_13213 sendDroppedFeedback (Lnet/minecraft/class_2168;Ljava/util/List;)V
ARG 0 source
ARG 1 stacks
METHOD method_13214 (Lcom/mojang/brigadier/context/CommandContext;Ljava/util/List;Lnet/minecraft/class_3039$class_3040;)I
ARG 0 context
ARG 1 stacks
ARG 2 messageSender
METHOD method_13215 (Lnet/minecraft/class_3039$class_3041;Lcom/mojang/brigadier/context/CommandContext;)I
ARG 1 context
METHOD method_13216 (Lnet/minecraft/class_3039$class_3041;Lcom/mojang/brigadier/context/CommandContext;)I
ARG 1 context
METHOD method_13217 (Ljava/lang/Object;)Lcom/mojang/brigadier/Message;
ARG 0 entityName
METHOD method_13218 itemsMatch (Lnet/minecraft/class_1799;Lnet/minecraft/class_1799;)Z
ARG 0 first
ARG 1 second
@ -74,15 +126,31 @@ CLASS net/minecraft/class_3039 net/minecraft/server/command/LootCommand
ARG 1 pos
ARG 2 stack
ARG 3 constructor
METHOD method_13220 (Lcom/mojang/brigadier/context/CommandContext;Ljava/util/List;Lnet/minecraft/class_3039$class_3040;)I
ARG 0 context
ARG 1 stacks
ARG 2 messageSender
METHOD method_13221 (Lcom/mojang/brigadier/context/CommandContext;Ljava/util/List;Lnet/minecraft/class_3039$class_3040;)I
ARG 0 context
ARG 1 stacks
ARG 2 messageSender
METHOD method_13222 (Lnet/minecraft/class_3039$class_3041;Lcom/mojang/brigadier/context/CommandContext;)I
ARG 1 context
METHOD method_13223 insert (Lnet/minecraft/class_1263;Lnet/minecraft/class_1799;)Z
ARG 0 inventory
ARG 1 stack
METHOD method_13224 (Lnet/minecraft/class_2168;Lnet/minecraft/class_2680;Ljava/util/List;)V
ARG 2 stacks
METHOD method_16139 replace (Lnet/minecraft/class_1297;Ljava/util/List;IILjava/util/List;)V
ARG 0 entity
ARG 1 stacks
ARG 2 slot
ARG 3 stackCount
ARG 4 addedStacks
METHOD method_16339 (Lcom/mojang/brigadier/context/CommandContext;Ljava/util/List;Lnet/minecraft/class_3039$class_3040;)I
ARG 0 context
ARG 1 stacks
ARG 2 messageSender
CLASS class_3040 FeedbackMessage
METHOD accept (Ljava/util/List;)V
ARG 1 items

View File

@ -5,3 +5,9 @@ CLASS net/minecraft/class_3082 net/minecraft/server/command/MessageCommand
ARG 0 source
ARG 1 targets
ARG 2 message
METHOD method_13463 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_31164 (Lnet/minecraft/class_3222;Lnet/minecraft/class_2561;Lnet/minecraft/class_2561;)V
ARG 2 playerName
METHOD method_31165 (Lnet/minecraft/class_2168;Lnet/minecraft/class_2561;Lnet/minecraft/class_2561;)V
ARG 2 playerName

View File

@ -1,7 +1,21 @@
CLASS net/minecraft/class_3089 net/minecraft/server/command/ParticleCommand
FIELD field_13673 FAILED_EXCEPTION Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
METHOD method_13483 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13484 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13485 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13486 register (Lcom/mojang/brigadier/CommandDispatcher;)V
ARG 0 dispatcher
METHOD method_13487 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13488 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13489 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13490 (Lnet/minecraft/class_2168;)Z
ARG 0 source
METHOD method_13491 execute (Lnet/minecraft/class_2168;Lnet/minecraft/class_2394;Lnet/minecraft/class_243;Lnet/minecraft/class_243;FIZLjava/util/Collection;)I
ARG 0 source
ARG 1 parameters
@ -11,3 +25,5 @@ CLASS net/minecraft/class_3089 net/minecraft/server/command/ParticleCommand
ARG 5 count
ARG 6 force
ARG 7 viewers
METHOD method_13492 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context

View File

@ -2,8 +2,18 @@ CLASS net/minecraft/class_3091 net/minecraft/server/command/PlaySoundCommand
FIELD field_13678 FAILED_EXCEPTION Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
METHOD method_13497 makeArgumentsForCategory (Lnet/minecraft/class_3419;)Lcom/mojang/brigadier/builder/LiteralArgumentBuilder;
ARG 0 category
METHOD method_13498 (Lnet/minecraft/class_3419;Lcom/mojang/brigadier/context/CommandContext;)I
ARG 1 context
METHOD method_13499 (Lnet/minecraft/class_3419;Lcom/mojang/brigadier/context/CommandContext;)I
ARG 1 context
METHOD method_13500 register (Lcom/mojang/brigadier/CommandDispatcher;)V
ARG 0 dispatcher
METHOD method_13501 (Lnet/minecraft/class_3419;Lcom/mojang/brigadier/context/CommandContext;)I
ARG 1 context
METHOD method_13502 (Lnet/minecraft/class_2168;)Z
ARG 0 source
METHOD method_13503 (Lnet/minecraft/class_3419;Lcom/mojang/brigadier/context/CommandContext;)I
ARG 1 context
METHOD method_13504 execute (Lnet/minecraft/class_2168;Ljava/util/Collection;Lnet/minecraft/class_2960;Lnet/minecraft/class_3419;Lnet/minecraft/class_243;FFF)I
ARG 0 source
ARG 1 targets
@ -13,3 +23,5 @@ CLASS net/minecraft/class_3091 net/minecraft/server/command/PlaySoundCommand
ARG 5 volume
ARG 6 pitch
ARG 7 minVolume
METHOD method_13505 (Lnet/minecraft/class_3419;Lcom/mojang/brigadier/context/CommandContext;)I
ARG 1 context

View File

@ -1,8 +1,16 @@
CLASS net/minecraft/class_3093 net/minecraft/server/command/PublishCommand
FIELD field_13679 ALREADY_PUBLISHED_EXCEPTION Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;
FIELD field_13680 FAILED_EXCEPTION Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
METHOD method_13508 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13509 execute (Lnet/minecraft/class_2168;I)I
ARG 0 source
ARG 1 port
METHOD method_13510 register (Lcom/mojang/brigadier/CommandDispatcher;)V
ARG 0 dispatcher
METHOD method_13511 (Ljava/lang/Object;)Lcom/mojang/brigadier/Message;
ARG 0 port
METHOD method_13512 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13513 (Lnet/minecraft/class_2168;)Z
ARG 0 source

View File

@ -1,13 +1,23 @@
CLASS net/minecraft/class_3095 net/minecraft/server/command/RecipeCommand
FIELD field_13681 GIVE_FAILED_EXCEPTION Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
FIELD field_13682 TAKE_FAILED_EXCEPTION Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
METHOD method_13515 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13516 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13517 register (Lcom/mojang/brigadier/CommandDispatcher;)V
ARG 0 dispatcher
METHOD method_13518 executeTake (Lnet/minecraft/class_2168;Ljava/util/Collection;Ljava/util/Collection;)I
ARG 0 source
ARG 1 targets
ARG 2 recipes
METHOD method_13519 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13520 executeGive (Lnet/minecraft/class_2168;Ljava/util/Collection;Ljava/util/Collection;)I
ARG 0 source
ARG 1 targets
ARG 2 recipes
METHOD method_13521 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13522 (Lnet/minecraft/class_2168;)Z
ARG 0 source

View File

@ -2,3 +2,16 @@ CLASS net/minecraft/class_3097 net/minecraft/server/command/ReloadCommand
FIELD field_25343 LOGGER Lorg/apache/logging/log4j/Logger;
METHOD method_13529 register (Lcom/mojang/brigadier/CommandDispatcher;)V
ARG 0 dispatcher
METHOD method_13530 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13531 (Lnet/minecraft/class_2168;)Z
ARG 0 source
METHOD method_29478 findNewDataPacks (Lnet/minecraft/class_3283;Lnet/minecraft/class_5219;Ljava/util/Collection;)Ljava/util/Collection;
ARG 0 dataPackManager
ARG 1 saveProperties
ARG 2 enabledDataPacks
METHOD method_29479 (Lnet/minecraft/class_2168;Ljava/lang/Throwable;)Ljava/lang/Void;
ARG 1 throwable
METHOD method_29480 tryReloadDataPacks (Ljava/util/Collection;Lnet/minecraft/class_2168;)V
ARG 0 dataPacks
ARG 1 source

View File

@ -1,3 +1,5 @@
CLASS net/minecraft/class_3110 net/minecraft/server/command/SayCommand
METHOD method_13562 register (Lcom/mojang/brigadier/CommandDispatcher;)V
ARG 0 dispatcher
METHOD method_13563 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context

View File

@ -4,8 +4,30 @@ CLASS net/minecraft/class_3112 net/minecraft/server/command/ScheduleCommand
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
ARG 1 function
ARG 2 time
ARG 3 replace
METHOD method_13567 register (Lcom/mojang/brigadier/CommandDispatcher;)V
ARG 0 dispatcher
METHOD method_13568 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13569 (Lnet/minecraft/class_2168;)Z
ARG 0 source
METHOD method_13570 (Lnet/minecraft/class_2960;ZLnet/minecraft/class_236;JLnet/minecraft/class_2168;ILnet/minecraft/class_3494;)V
ARG 7 tag
METHOD method_13571 (Lnet/minecraft/class_2960;ZLnet/minecraft/class_236;JLnet/minecraft/class_2168;ILnet/minecraft/class_2158;)V
ARG 7 function
METHOD method_22833 clearEvent (Lnet/minecraft/class_2168;Ljava/lang/String;)I
ARG 0 source
ARG 1 eventName
METHOD method_22834 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_22835 (Lcom/mojang/brigadier/context/CommandContext;Lcom/mojang/brigadier/suggestion/SuggestionsBuilder;)Ljava/util/concurrent/CompletableFuture;
ARG 0 context
ARG 1 builder
METHOD method_22836 (Ljava/lang/Object;)Lcom/mojang/brigadier/Message;
ARG 0 eventName
METHOD method_22837 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_22838 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context

View File

@ -5,6 +5,8 @@ CLASS net/minecraft/class_3115 net/minecraft/server/command/ScoreboardCommand
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_ALREADY_EMPTY_EXCEPTION Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
METHOD method_13574 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13575 executeReset (Lnet/minecraft/class_2168;Ljava/util/Collection;)I
ARG 0 source
ARG 1 targets
@ -12,15 +14,25 @@ CLASS net/minecraft/class_3115 net/minecraft/server/command/ScoreboardCommand
ARG 0 source
ARG 1 objective
ARG 2 displayName
METHOD method_13577 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13578 executeAdd (Lnet/minecraft/class_2168;Ljava/util/Collection;Lnet/minecraft/class_266;I)I
ARG 0 source
ARG 1 targets
ARG 2 objective
ARG 3 score
METHOD method_13579 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13580 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13581 executeModifyRenderType (Lnet/minecraft/class_2168;Lnet/minecraft/class_266;Lnet/minecraft/class_274$class_275;)I
ARG 0 source
ARG 1 objective
ARG 2 type
METHOD method_13582 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13583 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13584 executeOperation (Lnet/minecraft/class_2168;Ljava/util/Collection;Lnet/minecraft/class_266;Lnet/minecraft/class_2218$class_2219;Ljava/util/Collection;Lnet/minecraft/class_266;)I
ARG 0 source
ARG 1 targets
@ -28,15 +40,30 @@ CLASS net/minecraft/class_3115 net/minecraft/server/command/ScoreboardCommand
ARG 3 operation
ARG 4 sources
ARG 5 sourceObjectives
METHOD method_13585 (Lnet/minecraft/class_2168;)Z
ARG 0 source
METHOD method_13586 executeReset (Lnet/minecraft/class_2168;Ljava/util/Collection;Lnet/minecraft/class_266;)I
ARG 0 source
ARG 1 targets
ARG 2 objective
METHOD method_13587 (Lcom/mojang/brigadier/context/CommandContext;Lcom/mojang/brigadier/suggestion/SuggestionsBuilder;)Ljava/util/concurrent/CompletableFuture;
ARG 0 context
ARG 1 builder
METHOD method_13588 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13589 executeListPlayers (Lnet/minecraft/class_2168;)I
ARG 0 source
METHOD method_13590 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13591 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13592 executeClearDisplay (Lnet/minecraft/class_2168;I)I
ARG 0 source
ARG 1 slot
METHOD method_13593 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13594 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13595 register (Lcom/mojang/brigadier/CommandDispatcher;)V
ARG 0 dispatcher
METHOD method_13596 executeSetDisplay (Lnet/minecraft/class_2168;ILnet/minecraft/class_266;)I
@ -45,33 +72,50 @@ CLASS net/minecraft/class_3115 net/minecraft/server/command/ScoreboardCommand
ARG 2 objective
METHOD method_13597 executeListObjectives (Lnet/minecraft/class_2168;)I
ARG 0 source
METHOD method_13598 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13599 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13600 executeRemove (Lnet/minecraft/class_2168;Ljava/util/Collection;Lnet/minecraft/class_266;I)I
ARG 0 source
ARG 1 targets
ARG 2 objective
ARG 3 score
METHOD method_13601 (Lnet/minecraft/class_274$class_275;Lcom/mojang/brigadier/context/CommandContext;)I
ARG 1 context
METHOD method_13602 executeRemoveObjective (Lnet/minecraft/class_2168;Lnet/minecraft/class_266;)I
ARG 0 source
ARG 1 objective
METHOD method_13603 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13604 executeSet (Lnet/minecraft/class_2168;Ljava/util/Collection;Lnet/minecraft/class_266;I)I
ARG 0 source
ARG 1 targets
ARG 2 objective
ARG 3 score
METHOD method_13605 (Ljava/lang/Object;Ljava/lang/Object;)Lcom/mojang/brigadier/Message;
ARG 0 objective
ARG 1 target
METHOD method_13606 makeRenderTypeArguments ()Lcom/mojang/brigadier/builder/LiteralArgumentBuilder;
METHOD method_13607 executeGet (Lnet/minecraft/class_2168;Ljava/lang/String;Lnet/minecraft/class_266;)I
ARG 0 source
ARG 1 target
ARG 2 objective
METHOD method_13608 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13609 executeEnable (Lnet/minecraft/class_2168;Ljava/util/Collection;Lnet/minecraft/class_266;)I
ARG 0 source
ARG 1 targets
ARG 2 objective
METHOD method_13610 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13611 executeAddObjective (Lnet/minecraft/class_2168;Ljava/lang/String;Lnet/minecraft/class_274;Lnet/minecraft/class_2561;)I
ARG 0 source
ARG 1 objective
ARG 2 criteria
ARG 3 displayName
METHOD method_13612 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
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

View File

@ -2,3 +2,9 @@ CLASS net/minecraft/class_3118 net/minecraft/server/command/SeedCommand
METHOD method_13616 register (Lcom/mojang/brigadier/CommandDispatcher;Z)V
ARG 0 dispatcher
ARG 1 dedicated
METHOD method_13617 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13618 (ZLnet/minecraft/class_2168;)Z
ARG 1 source
METHOD method_13619 (JLnet/minecraft/class_2583;)Lnet/minecraft/class_2583;
ARG 2 style

View File

@ -6,8 +6,20 @@ CLASS net/minecraft/class_3119 net/minecraft/server/command/SetBlockCommand
ARG 2 block
ARG 3 mode
ARG 4 condition
METHOD method_13621 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13622 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13623 register (Lcom/mojang/brigadier/CommandDispatcher;)V
ARG 0 dispatcher
METHOD method_13624 (Lnet/minecraft/class_2694;)Z
ARG 0 pos
METHOD method_13625 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13626 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13627 (Lnet/minecraft/class_2168;)Z
ARG 0 source
CLASS class_3120 Filter
METHOD filter (Lnet/minecraft/class_3341;Lnet/minecraft/class_2338;Lnet/minecraft/class_2247;Lnet/minecraft/class_3218;)Lnet/minecraft/class_2247;
ARG 1 box

View File

@ -1,7 +1,15 @@
CLASS net/minecraft/class_3128 net/minecraft/server/command/SetWorldSpawnCommand
METHOD method_13646 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13647 register (Lcom/mojang/brigadier/CommandDispatcher;)V
ARG 0 dispatcher
METHOD method_13648 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13649 (Lnet/minecraft/class_2168;)Z
ARG 0 source
METHOD method_13650 execute (Lnet/minecraft/class_2168;Lnet/minecraft/class_2338;F)I
ARG 0 source
ARG 1 pos
ARG 2 angle
METHOD method_30734 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context

View File

@ -1,8 +1,18 @@
CLASS net/minecraft/class_3127 net/minecraft/server/command/SpawnPointCommand
METHOD method_13640 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13641 register (Lcom/mojang/brigadier/CommandDispatcher;)V
ARG 0 dispatcher
METHOD method_13642 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13643 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13644 (Lnet/minecraft/class_2168;)Z
ARG 0 source
METHOD method_13645 execute (Lnet/minecraft/class_2168;Ljava/util/Collection;Lnet/minecraft/class_2338;F)I
ARG 0 source
ARG 1 targets
ARG 2 pos
ARG 3 angle
METHOD method_30733 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context

View File

@ -1,9 +1,19 @@
CLASS net/minecraft/class_4694 net/minecraft/server/command/SpectateCommand
FIELD field_21463 SPECTATE_SELF_EXCEPTION Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
FIELD field_21464 NOT_SPECTATOR_EXCEPTION Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;
METHOD method_23651 (Lnet/minecraft/class_2168;)Z
ARG 0 source
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
METHOD method_23654 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_23655 (Ljava/lang/Object;)Lcom/mojang/brigadier/Message;
ARG 0 playerName
METHOD method_23656 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_23657 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context

View File

@ -12,6 +12,11 @@ CLASS net/minecraft/class_3131 net/minecraft/server/command/SpreadPlayersCommand
ARG 8 maxZ
METHOD method_13654 register (Lcom/mojang/brigadier/CommandDispatcher;)V
ARG 0 dispatcher
METHOD method_13655 (Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Lcom/mojang/brigadier/Message;
ARG 0 pilesCount
ARG 1 x
ARG 2 z
ARG 3 maxSpreadDistance
METHOD method_13656 execute (Lnet/minecraft/class_2168;Lnet/minecraft/class_241;FFIZLjava/util/Collection;)I
ARG 0 source
ARG 1 center
@ -26,6 +31,15 @@ CLASS net/minecraft/class_3131 net/minecraft/server/command/SpreadPlayersCommand
ARG 2 piles
ARG 3 maxY
ARG 4 respectTeams
METHOD method_13658 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13659 (Lnet/minecraft/class_2168;)Z
ARG 0 source
METHOD method_13660 (Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Lcom/mojang/brigadier/Message;
ARG 0 pilesCount
ARG 1 x
ARG 2 z
ARG 3 maxSpreadDistance
METHOD method_13661 spread (Lnet/minecraft/class_241;DLnet/minecraft/class_3218;Ljava/util/Random;DDDDI[Lnet/minecraft/class_3131$class_3132;Z)V
ARG 0 center
ARG 1 spreadDistance
@ -36,7 +50,10 @@ CLASS net/minecraft/class_3131 net/minecraft/server/command/SpreadPlayersCommand
ARG 9 maxX
ARG 11 maxZ
ARG 13 maxY
ARG 14 piles
ARG 15 respectTeams
METHOD method_29193 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
CLASS class_3132 Pile
FIELD field_13736 z D
FIELD field_13737 x D

View File

@ -1,8 +1,18 @@
CLASS net/minecraft/class_3136 net/minecraft/server/command/StopSoundCommand
METHOD method_13680 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13681 register (Lcom/mojang/brigadier/CommandDispatcher;)V
ARG 0 dispatcher
METHOD method_13682 (Lnet/minecraft/class_2168;)Z
ARG 0 source
METHOD method_13683 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13684 (Lnet/minecraft/class_3419;Lcom/mojang/brigadier/context/CommandContext;)I
ARG 1 context
METHOD method_13685 execute (Lnet/minecraft/class_2168;Ljava/util/Collection;Lnet/minecraft/class_3419;Lnet/minecraft/class_2960;)I
ARG 0 source
ARG 1 targets
ARG 2 category
ARG 3 sound
METHOD method_13686 (Lnet/minecraft/class_3419;Lcom/mojang/brigadier/context/CommandContext;)I
ARG 1 context

View File

@ -2,11 +2,21 @@ CLASS net/minecraft/class_3138 net/minecraft/server/command/SummonCommand
FIELD field_13741 FAILED_EXCEPTION Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
FIELD field_22254 INVALID_POSITION_EXCEPTION Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
FIELD field_26629 FAILED_UUID_EXCEPTION Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
METHOD method_13689 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13690 register (Lcom/mojang/brigadier/CommandDispatcher;)V
ARG 0 dispatcher
METHOD method_13691 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13692 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13693 (Lnet/minecraft/class_2168;)Z
ARG 0 source
METHOD method_13694 execute (Lnet/minecraft/class_2168;Lnet/minecraft/class_2960;Lnet/minecraft/class_243;Lnet/minecraft/class_2487;Z)I
ARG 0 source
ARG 1 entity
ARG 2 pos
ARG 3 nbt
ARG 4 initialize
METHOD method_18192 (Lnet/minecraft/class_243;Lnet/minecraft/class_1297;)Lnet/minecraft/class_1297;
ARG 1 entity

View File

@ -1,6 +1,8 @@
CLASS net/minecraft/class_3140 net/minecraft/server/command/TagCommand
FIELD field_13742 ADD_FAILED_EXCEPTION Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
FIELD field_13743 REMOVE_FAILED_EXCEPTION Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
METHOD method_13697 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13698 register (Lcom/mojang/brigadier/CommandDispatcher;)V
ARG 0 dispatcher
METHOD method_13699 executeRemove (Lnet/minecraft/class_2168;Ljava/util/Collection;Ljava/lang/String;)I
@ -10,9 +12,18 @@ CLASS net/minecraft/class_3140 net/minecraft/server/command/TagCommand
METHOD method_13700 executeList (Lnet/minecraft/class_2168;Ljava/util/Collection;)I
ARG 0 source
ARG 1 targets
METHOD method_13701 (Lcom/mojang/brigadier/context/CommandContext;Lcom/mojang/brigadier/suggestion/SuggestionsBuilder;)Ljava/util/concurrent/CompletableFuture;
ARG 0 context
ARG 1 builder
METHOD method_13702 executeAdd (Lnet/minecraft/class_2168;Ljava/util/Collection;Ljava/lang/String;)I
ARG 0 source
ARG 1 targets
ARG 2 tag
METHOD method_13703 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13704 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13705 (Lnet/minecraft/class_2168;)Z
ARG 0 source
METHOD method_13706 getTags (Ljava/util/Collection;)Ljava/util/Collection;
ARG 0 entities

View File

@ -15,6 +15,8 @@ CLASS net/minecraft/class_3142 net/minecraft/server/command/TeamCommand
ARG 0 source
ARG 1 team
ARG 2 displayName
METHOD method_13712 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13713 executeModifyCollisionRule (Lnet/minecraft/class_2168;Lnet/minecraft/class_268;Lnet/minecraft/class_270$class_271;)I
ARG 0 source
ARG 1 team
@ -26,47 +28,103 @@ CLASS net/minecraft/class_3142 net/minecraft/server/command/TeamCommand
ARG 0 source
ARG 1 team
ARG 2 displayName
METHOD method_13716 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13717 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13718 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13719 (Lnet/minecraft/class_2168;)Z
ARG 0 source
METHOD method_13720 executeJoin (Lnet/minecraft/class_2168;Lnet/minecraft/class_268;Ljava/util/Collection;)I
ARG 0 source
ARG 1 team
ARG 2 members
METHOD method_13721 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13722 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13723 executeEmpty (Lnet/minecraft/class_2168;Lnet/minecraft/class_268;)I
ARG 0 source
ARG 1 team
METHOD method_13724 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13725 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13726 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13727 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13728 executeListTeams (Lnet/minecraft/class_2168;)I
ARG 0 source
METHOD method_13729 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13730 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13731 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13732 executeModifyNametagVisibility (Lnet/minecraft/class_2168;Lnet/minecraft/class_268;Lnet/minecraft/class_270$class_272;)I
ARG 0 source
ARG 1 team
ARG 2 visibility
METHOD method_13733 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13734 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13735 executeModifyDeathMessageVisibility (Lnet/minecraft/class_2168;Lnet/minecraft/class_268;Lnet/minecraft/class_270$class_272;)I
ARG 0 source
ARG 1 team
ARG 2 visibility
METHOD method_13736 register (Lcom/mojang/brigadier/CommandDispatcher;)V
ARG 0 dispatcher
METHOD method_13737 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13738 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13739 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13740 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13741 (Ljava/lang/Object;)Lcom/mojang/brigadier/Message;
ARG 0 maxLength
METHOD method_13742 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13743 executeModifyPrefix (Lnet/minecraft/class_2168;Lnet/minecraft/class_268;Lnet/minecraft/class_2561;)I
ARG 0 source
ARG 1 team
ARG 2 prefix
METHOD method_13744 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13745 executeModifyColor (Lnet/minecraft/class_2168;Lnet/minecraft/class_268;Lnet/minecraft/class_124;)I
ARG 0 source
ARG 1 team
ARG 2 color
METHOD method_13746 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13747 executeRemove (Lnet/minecraft/class_2168;Lnet/minecraft/class_268;)I
ARG 0 source
ARG 1 team
METHOD method_13748 executeListMembers (Lnet/minecraft/class_2168;Lnet/minecraft/class_268;)I
ARG 0 source
ARG 1 team
METHOD method_13749 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13750 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13751 executeModifySeeFriendlyInvisibles (Lnet/minecraft/class_2168;Lnet/minecraft/class_268;Z)I
ARG 0 source
ARG 1 team
ARG 2 allowed
METHOD method_13752 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13753 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13754 executeModifyFriendlyFire (Lnet/minecraft/class_2168;Lnet/minecraft/class_268;Z)I
ARG 0 source
ARG 1 team
ARG 2 allowed
METHOD method_13755 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13756 executeModifySuffix (Lnet/minecraft/class_2168;Lnet/minecraft/class_268;Lnet/minecraft/class_2561;)I
ARG 0 source
ARG 1 team

View File

@ -6,3 +6,5 @@ CLASS net/minecraft/class_3945 net/minecraft/server/command/TeamMsgCommand
ARG 1 message
METHOD method_17600 register (Lcom/mojang/brigadier/CommandDispatcher;)V
ARG 0 dispatcher
METHOD method_17601 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context

View File

@ -1,7 +1,19 @@
CLASS net/minecraft/class_3143 net/minecraft/server/command/TeleportCommand
FIELD field_22255 INVALID_POSITION_EXCEPTION Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
METHOD method_13758 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13759 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13760 register (Lcom/mojang/brigadier/CommandDispatcher;)V
ARG 0 dispatcher
METHOD method_13761 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13762 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13763 (Lnet/minecraft/class_2168;)Z
ARG 0 source
METHOD method_13764 (Lnet/minecraft/class_2168;)Z
ARG 0 source
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
ARG 0 source
ARG 1 targets
@ -20,6 +32,14 @@ CLASS net/minecraft/class_3143 net/minecraft/server/command/TeleportCommand
ARG 10 yaw
ARG 11 pitch
ARG 12 facingLocation
METHOD method_13767 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13768 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13769 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13770 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13771 execute (Lnet/minecraft/class_2168;Ljava/util/Collection;Lnet/minecraft/class_1297;)I
ARG 0 source
ARG 1 targets

View File

@ -1,3 +1,7 @@
CLASS net/minecraft/class_3146 net/minecraft/server/command/TellRawCommand
METHOD method_13776 register (Lcom/mojang/brigadier/CommandDispatcher;)V
ARG 0 dispatcher
METHOD method_13777 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13778 (Lnet/minecraft/class_2168;)Z
ARG 0 source

View File

@ -10,10 +10,12 @@ CLASS net/minecraft/class_4527 net/minecraft/server/command/TestCommand
METHOD method_22266 executeRun (Lnet/minecraft/class_2168;Lnet/minecraft/class_4529;I)I
ARG 0 source
ARG 1 testFunction
ARG 2 rotationSteps
METHOD method_22267 executeRunAll (Lnet/minecraft/class_2168;Ljava/lang/String;II)I
ARG 0 source
ARG 1 testClass
ARG 2 rotationSteps
ARG 3 sizeZ
METHOD method_22268 executeCreate (Lnet/minecraft/class_2168;Ljava/lang/String;III)I
ARG 0 source
ARG 1 structure
@ -26,6 +28,8 @@ CLASS net/minecraft/class_4527 net/minecraft/server/command/TestCommand
ARG 2 rotationSteps
METHOD method_22270 register (Lcom/mojang/brigadier/CommandDispatcher;)V
ARG 0 dispatcher
METHOD method_22271 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_22272 run (Lnet/minecraft/class_3218;Lnet/minecraft/class_2338;Lnet/minecraft/class_4524;)V
ARG 0 world
ARG 1 pos
@ -43,6 +47,8 @@ CLASS net/minecraft/class_4527 net/minecraft/server/command/TestCommand
METHOD method_22278 sendMessage (Lnet/minecraft/class_2168;Ljava/lang/String;)V
ARG 0 source
ARG 1 message
METHOD method_22279 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_22280 onCompletion (Lnet/minecraft/class_3218;Lnet/minecraft/class_4524;)V
ARG 0 world
ARG 1 tests
@ -51,23 +57,69 @@ CLASS net/minecraft/class_4527 net/minecraft/server/command/TestCommand
METHOD method_22282 executeExport (Lnet/minecraft/class_2168;Ljava/lang/String;)I
ARG 0 source
ARG 1 structure
METHOD method_22283 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_22284 executeRunAll (Lnet/minecraft/class_2168;II)I
ARG 0 source
ARG 1 rotationSteps
ARG 2 sizeZ
METHOD method_22285 executeImport (Lnet/minecraft/class_2168;Ljava/lang/String;)I
ARG 0 source
ARG 1 structure
METHOD method_22286 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_22287 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_22288 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_22289 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_22290 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_22291 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_22292 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_22293 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_22294 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_22295 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_23647 setWorld (Lnet/minecraft/class_4529;Lnet/minecraft/class_3218;)V
ARG 0 testFunction
ARG 1 world
METHOD method_23648 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_29411 executeRerunFailed (Lnet/minecraft/class_2168;ZII)I
ARG 0 source
ARG 1 requiredOnly
ARG 2 rotationSteps
ARG 3 sizeZ
METHOD method_29412 (Lnet/minecraft/class_4517;)V
ARG 0 test
METHOD method_29413 executeExport (Lnet/minecraft/class_2168;)I
ARG 0 source
METHOD method_29414 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_29415 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_29416 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_29417 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_29418 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_29419 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_29420 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_29421 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_29422 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_29423 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
CLASS class_4528 Listener
FIELD field_20581 world Lnet/minecraft/class_3218;
FIELD field_20582 tests Lnet/minecraft/class_4524;

View File

@ -1,7 +1,11 @@
CLASS net/minecraft/class_3149 net/minecraft/server/command/TimeCommand
METHOD method_13783 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13784 executeSet (Lnet/minecraft/class_2168;I)I
ARG 0 source
ARG 1 time
METHOD method_13785 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13786 register (Lcom/mojang/brigadier/CommandDispatcher;)V
ARG 0 dispatcher
METHOD method_13787 getDayTime (Lnet/minecraft/class_3218;)I
@ -9,6 +13,22 @@ CLASS net/minecraft/class_3149 net/minecraft/server/command/TimeCommand
METHOD method_13788 executeAdd (Lnet/minecraft/class_2168;I)I
ARG 0 source
ARG 1 time
METHOD method_13789 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13790 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13791 (Lnet/minecraft/class_2168;)Z
ARG 0 source
METHOD method_13792 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13793 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13794 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13795 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13796 executeQuery (Lnet/minecraft/class_2168;I)I
ARG 0 source
ARG 1 time
METHOD method_13797 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context

View File

@ -2,10 +2,18 @@ CLASS net/minecraft/class_3151 net/minecraft/server/command/TitleCommand
METHOD method_13799 executeReset (Lnet/minecraft/class_2168;Ljava/util/Collection;)I
ARG 0 source
ARG 1 targets
METHOD method_13800 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13801 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13802 executeTitle (Lnet/minecraft/class_2168;Ljava/util/Collection;Lnet/minecraft/class_2561;Ljava/lang/String;Ljava/util/function/Function;)I
ARG 0 source
ARG 1 targets
ARG 2 title
ARG 3 titleType
ARG 4 constructor
METHOD method_13803 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13804 register (Lcom/mojang/brigadier/CommandDispatcher;)V
ARG 0 dispatcher
METHOD method_13805 executeClear (Lnet/minecraft/class_2168;Ljava/util/Collection;)I
@ -17,3 +25,11 @@ CLASS net/minecraft/class_3151 net/minecraft/server/command/TitleCommand
ARG 2 fadeIn
ARG 3 stay
ARG 4 fadeOut
METHOD method_13807 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13808 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13809 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13810 (Lnet/minecraft/class_2168;)Z
ARG 0 source

View File

@ -1,8 +1,17 @@
CLASS net/minecraft/class_3153 net/minecraft/server/command/TriggerCommand
FIELD field_13763 FAILED_UNPRIMED_EXCEPTION Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
FIELD field_13764 FAILED_INVALID_EXCEPTION Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
METHOD method_13812 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13813 register (Lcom/mojang/brigadier/CommandDispatcher;)V
ARG 0 dispatcher
METHOD method_13814 (Lcom/mojang/brigadier/context/CommandContext;Lcom/mojang/brigadier/suggestion/SuggestionsBuilder;)Ljava/util/concurrent/CompletableFuture;
ARG 0 context
ARG 1 builder
METHOD method_13815 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13816 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13817 executeAdd (Lnet/minecraft/class_2168;Lnet/minecraft/class_267;I)I
ARG 0 source
ARG 1 score

View File

@ -1,12 +1,26 @@
CLASS net/minecraft/class_3155 net/minecraft/server/command/WeatherCommand
METHOD method_13823 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13824 executeClear (Lnet/minecraft/class_2168;I)I
ARG 0 source
ARG 1 duration
METHOD method_13825 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13826 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13827 register (Lcom/mojang/brigadier/CommandDispatcher;)V
ARG 0 dispatcher
METHOD method_13828 executeRain (Lnet/minecraft/class_2168;I)I
ARG 0 source
ARG 1 duration
METHOD method_13829 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13830 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13831 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13832 (Lnet/minecraft/class_2168;)Z
ARG 0 source
METHOD method_13833 executeThunder (Lnet/minecraft/class_2168;I)I
ARG 0 source
ARG 1 duration

View File

@ -11,22 +11,44 @@ CLASS net/minecraft/class_3158 net/minecraft/server/command/WorldBorderCommand
ARG 0 source
ARG 1 distance
ARG 3 time
METHOD method_13855 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13856 executeWarningTime (Lnet/minecraft/class_2168;I)I
ARG 0 source
ARG 1 time
METHOD method_13857 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13858 register (Lcom/mojang/brigadier/CommandDispatcher;)V
ARG 0 dispatcher
METHOD method_13859 executeWarningDistance (Lnet/minecraft/class_2168;I)I
ARG 0 source
ARG 1 distance
METHOD method_13860 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13861 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13862 (Lnet/minecraft/class_2168;)Z
ARG 0 source
METHOD method_13863 executeDamage (Lnet/minecraft/class_2168;F)I
ARG 0 source
ARG 1 damagePerBlock
METHOD method_13864 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13865 executeBuffer (Lnet/minecraft/class_2168;F)I
ARG 0 source
ARG 1 distance
METHOD method_13866 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13867 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13868 executeGet (Lnet/minecraft/class_2168;)I
ARG 0 source
METHOD method_13869 executeCenter (Lnet/minecraft/class_2168;Lnet/minecraft/class_241;)I
ARG 0 source
ARG 1 pos
METHOD method_13870 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13871 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13872 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context

View File

@ -1,8 +1,14 @@
CLASS net/minecraft/class_3016 net/minecraft/server/dedicated/command/BanCommand
FIELD field_13473 ALREADY_BANNED_EXCEPTION Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
METHOD method_13020 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
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
METHOD method_13023 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13024 (Lnet/minecraft/class_2168;)Z
ARG 0 source

View File

@ -2,6 +2,8 @@ CLASS net/minecraft/class_3012 net/minecraft/server/dedicated/command/BanIpComma
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_13006 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13007 banIp (Lnet/minecraft/class_2168;Ljava/lang/String;Lnet/minecraft/class_2561;)I
ARG 0 source
ARG 1 targetIp
@ -12,3 +14,7 @@ CLASS net/minecraft/class_3012 net/minecraft/server/dedicated/command/BanIpComma
ARG 0 source
ARG 1 target
ARG 2 reason
METHOD method_13010 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13011 (Lnet/minecraft/class_2168;)Z
ARG 0 source

View File

@ -1,6 +1,14 @@
CLASS net/minecraft/class_3014 net/minecraft/server/dedicated/command/BanListCommand
METHOD method_13013 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
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
METHOD method_13016 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13017 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13018 (Lnet/minecraft/class_2168;)Z
ARG 0 source

View File

@ -5,3 +5,10 @@ CLASS net/minecraft/class_3030 net/minecraft/server/dedicated/command/DeOpComman
METHOD method_13144 deop (Lnet/minecraft/class_2168;Ljava/util/Collection;)I
ARG 0 source
ARG 1 targets
METHOD method_13145 (Lcom/mojang/brigadier/context/CommandContext;Lcom/mojang/brigadier/suggestion/SuggestionsBuilder;)Ljava/util/concurrent/CompletableFuture;
ARG 0 context
ARG 1 builder
METHOD method_13146 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13147 (Lnet/minecraft/class_2168;)Z
ARG 0 source

View File

@ -5,3 +5,14 @@ CLASS net/minecraft/class_3083 net/minecraft/server/dedicated/command/OpCommand
METHOD method_13465 op (Lnet/minecraft/class_2168;Ljava/util/Collection;)I
ARG 0 source
ARG 1 targets
METHOD method_13466 (Lnet/minecraft/class_3324;Lnet/minecraft/class_3222;)Z
ARG 1 player
METHOD method_13467 (Lcom/mojang/brigadier/context/CommandContext;Lcom/mojang/brigadier/suggestion/SuggestionsBuilder;)Ljava/util/concurrent/CompletableFuture;
ARG 0 context
ARG 1 builder
METHOD method_13468 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13469 (Lnet/minecraft/class_3222;)Ljava/lang/String;
ARG 0 player
METHOD method_13470 (Lnet/minecraft/class_2168;)Z
ARG 0 source

View File

@ -5,3 +5,10 @@ CLASS net/minecraft/class_3086 net/minecraft/server/dedicated/command/PardonComm
METHOD method_13473 pardon (Lnet/minecraft/class_2168;Ljava/util/Collection;)I
ARG 0 source
ARG 1 targets
METHOD method_13474 (Lcom/mojang/brigadier/context/CommandContext;Lcom/mojang/brigadier/suggestion/SuggestionsBuilder;)Ljava/util/concurrent/CompletableFuture;
ARG 0 context
ARG 1 builder
METHOD method_13475 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13476 (Lnet/minecraft/class_2168;)Z
ARG 0 source

View File

@ -3,6 +3,13 @@ CLASS net/minecraft/class_3088 net/minecraft/server/dedicated/command/PardonIpCo
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_13479 (Lcom/mojang/brigadier/context/CommandContext;Lcom/mojang/brigadier/suggestion/SuggestionsBuilder;)Ljava/util/concurrent/CompletableFuture;
ARG 0 context
ARG 1 builder
METHOD method_13480 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13481 (Lnet/minecraft/class_2168;)Z
ARG 0 source
METHOD method_13482 pardonIp (Lnet/minecraft/class_2168;Ljava/lang/String;)I
ARG 0 source
ARG 1 target

View File

@ -1,7 +1,13 @@
CLASS net/minecraft/class_3104 net/minecraft/server/dedicated/command/SaveAllCommand
FIELD field_13701 FAILED_EXCEPTION Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
METHOD method_13549 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
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
METHOD method_13553 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13554 (Lnet/minecraft/class_2168;)Z
ARG 0 source

View File

@ -2,3 +2,7 @@ CLASS net/minecraft/class_3106 net/minecraft/server/dedicated/command/SaveOffCom
FIELD field_13703 ALREADY_OFF_EXCEPTION Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
METHOD method_13556 register (Lcom/mojang/brigadier/CommandDispatcher;)V
ARG 0 dispatcher
METHOD method_13557 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13558 (Lnet/minecraft/class_2168;)Z
ARG 0 source

View File

@ -2,3 +2,7 @@ CLASS net/minecraft/class_3107 net/minecraft/server/dedicated/command/SaveOnComm
FIELD field_13704 ALREADY_ON_EXCEPTION Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
METHOD method_13559 register (Lcom/mojang/brigadier/CommandDispatcher;)V
ARG 0 dispatcher
METHOD method_13560 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13561 (Lnet/minecraft/class_2168;)Z
ARG 0 source

View File

@ -4,3 +4,7 @@ CLASS net/minecraft/class_3123 net/minecraft/server/dedicated/command/SetIdleTim
ARG 1 minutes
METHOD method_13631 register (Lcom/mojang/brigadier/CommandDispatcher;)V
ARG 0 dispatcher
METHOD method_13632 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13633 (Lnet/minecraft/class_2168;)Z
ARG 0 source

View File

@ -1,3 +1,7 @@
CLASS net/minecraft/class_3134 net/minecraft/server/dedicated/command/StopCommand
METHOD method_13675 register (Lcom/mojang/brigadier/CommandDispatcher;)V
ARG 0 dispatcher
METHOD method_13676 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13677 (Lnet/minecraft/class_2168;)Z
ARG 0 source

View File

@ -3,6 +3,10 @@ CLASS net/minecraft/class_3156 net/minecraft/server/dedicated/command/WhitelistC
FIELD field_13768 ADD_FAILED_EXCEPTION Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
FIELD field_13769 REMOVE_FAILED_EXCEPTION Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
FIELD field_13770 ALREADY_OFF_EXCEPTION Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
METHOD method_13834 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13835 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13836 register (Lcom/mojang/brigadier/CommandDispatcher;)V
ARG 0 dispatcher
METHOD method_13837 executeOff (Lnet/minecraft/class_2168;)I
@ -14,8 +18,28 @@ CLASS net/minecraft/class_3156 net/minecraft/server/dedicated/command/WhitelistC
ARG 0 source
METHOD method_13840 executeList (Lnet/minecraft/class_2168;)I
ARG 0 source
METHOD method_13841 (Lnet/minecraft/class_3324;Lnet/minecraft/class_3222;)Z
ARG 1 player
METHOD method_13842 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13843 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13844 (Lnet/minecraft/class_3222;)Ljava/lang/String;
ARG 0 player
METHOD method_13845 executeRemove (Lnet/minecraft/class_2168;Ljava/util/Collection;)I
ARG 0 source
ARG 1 targets
METHOD method_13846 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_13847 (Lnet/minecraft/class_2168;)Z
ARG 0 source
METHOD method_13848 (Lcom/mojang/brigadier/context/CommandContext;Lcom/mojang/brigadier/suggestion/SuggestionsBuilder;)Ljava/util/concurrent/CompletableFuture;
ARG 0 context
ARG 1 builder
METHOD method_13849 (Lcom/mojang/brigadier/context/CommandContext;Lcom/mojang/brigadier/suggestion/SuggestionsBuilder;)Ljava/util/concurrent/CompletableFuture;
ARG 0 context
ARG 1 builder
METHOD method_13850 executeReload (Lnet/minecraft/class_2168;)I
ARG 0 source
METHOD method_13851 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context