diff --git a/mappings/net/minecraft/command/CommandBase.mapping b/mappings/net/minecraft/command/CommandBase.mapping new file mode 100644 index 0000000000..4c804ba510 --- /dev/null +++ b/mappings/net/minecraft/command/CommandBase.mapping @@ -0,0 +1,37 @@ +CLASS none/j net/minecraft/command/CommandBase + FIELD b COMMA_SPLITTER Lcom/google/common/base/Splitter; + FIELD c KEY_VALUE_SPLITTER Lcom/google/common/base/Splitter; + METHOD a getMinPermissionLevel ()I + METHOD a toInteger (Ljava/lang/String;)I + ARG 0 value + METHOD a toDoubleWithMin (Ljava/lang/String;D)D + ARG 0 value + ARG 1 min + METHOD a toDoubleWithBounds (Ljava/lang/String;DD)D + ARG 0 value + ARG 1 min + ARG 2 max + METHOD a toIntegerWithMin (Ljava/lang/String;I)I + ARG 0 value + ARG 1 min + METHOD a toIntegerWithBounds (Ljava/lang/String;II)I + ARG 0 value + ARG 1 min + ARG 2 max + METHOD a toLongWithBounds (Ljava/lang/String;JJ)J + ARG 0 value + ARG 1 min + ARG 2 max + METHOD a canExecute (Lnet/minecraft/server/MinecraftServer;Lnone/n;)Z + METHOD a getTabCompletionList (Lnet/minecraft/server/MinecraftServer;Lnone/n;[Ljava/lang/String;Lnone/cn;)Ljava/util/List; + METHOD a toBlockState (Lnone/akw;Ljava/lang/String;)Lnone/asj; + ARG 0 block + ARG 1 params + METHOD a compareName (Lnone/l;)I + ARG 0 other + METHOD b getAliases ()Ljava/util/List; + METHOD b toLong (Ljava/lang/String;)J + ARG 0 value + METHOD c toDouble (Ljava/lang/String;)D + ARG 0 value + METHOD d toBoolean (Ljava/lang/String;)Z diff --git a/mappings/net/minecraft/command/CommandEntityNotFoundException.mapping b/mappings/net/minecraft/command/CommandEntityNotFoundException.mapping new file mode 100644 index 0000000000..2caad12f35 --- /dev/null +++ b/mappings/net/minecraft/command/CommandEntityNotFoundException.mapping @@ -0,0 +1 @@ +CLASS none/cd net/minecraft/command/CommandEntityNotFoundException diff --git a/mappings/net/minecraft/command/CommandException.mapping b/mappings/net/minecraft/command/CommandException.mapping new file mode 100644 index 0000000000..80a324f5bd --- /dev/null +++ b/mappings/net/minecraft/command/CommandException.mapping @@ -0,0 +1 @@ +CLASS none/cc net/minecraft/command/CommandException diff --git a/mappings/net/minecraft/command/CommandInvalidBlockStateException.mapping b/mappings/net/minecraft/command/CommandInvalidBlockStateException.mapping new file mode 100644 index 0000000000..cc314c96ca --- /dev/null +++ b/mappings/net/minecraft/command/CommandInvalidBlockStateException.mapping @@ -0,0 +1 @@ +CLASS none/ce net/minecraft/command/CommandInvalidBlockStateException diff --git a/mappings/net/minecraft/command/CommandNotFoundException.mapping b/mappings/net/minecraft/command/CommandNotFoundException.mapping new file mode 100644 index 0000000000..0c2f2ffbfc --- /dev/null +++ b/mappings/net/minecraft/command/CommandNotFoundException.mapping @@ -0,0 +1 @@ +CLASS none/ci net/minecraft/command/CommandNotFoundException diff --git a/mappings/net/minecraft/command/CommandNumberException.mapping b/mappings/net/minecraft/command/CommandNumberException.mapping new file mode 100644 index 0000000000..fa42d05f23 --- /dev/null +++ b/mappings/net/minecraft/command/CommandNumberException.mapping @@ -0,0 +1 @@ +CLASS none/cf net/minecraft/command/CommandNumberException diff --git a/mappings/net/minecraft/command/CommandPlayerNotFoundException.mapping b/mappings/net/minecraft/command/CommandPlayerNotFoundException.mapping new file mode 100644 index 0000000000..20227ae5cd --- /dev/null +++ b/mappings/net/minecraft/command/CommandPlayerNotFoundException.mapping @@ -0,0 +1 @@ +CLASS none/ch net/minecraft/command/CommandPlayerNotFoundException diff --git a/mappings/net/minecraft/command/CommandSyntaxException.mapping b/mappings/net/minecraft/command/CommandSyntaxException.mapping new file mode 100644 index 0000000000..dda068144a --- /dev/null +++ b/mappings/net/minecraft/command/CommandSyntaxException.mapping @@ -0,0 +1 @@ +CLASS none/cg net/minecraft/command/CommandSyntaxException diff --git a/mappings/net/minecraft/command/CommandUsageException.mapping b/mappings/net/minecraft/command/CommandUsageException.mapping new file mode 100644 index 0000000000..353a31a35f --- /dev/null +++ b/mappings/net/minecraft/command/CommandUsageException.mapping @@ -0,0 +1 @@ +CLASS none/cj net/minecraft/command/CommandUsageException diff --git a/mappings/net/minecraft/command/ICommand.mapping b/mappings/net/minecraft/command/ICommand.mapping new file mode 100644 index 0000000000..7b3deb534d --- /dev/null +++ b/mappings/net/minecraft/command/ICommand.mapping @@ -0,0 +1,7 @@ +CLASS none/l net/minecraft/command/ICommand + METHOD a canExecute (Lnet/minecraft/server/MinecraftServer;Lnone/n;)Z + METHOD a execute (Lnet/minecraft/server/MinecraftServer;Lnone/n;[Ljava/lang/String;)V + METHOD a getTabCompletionList (Lnet/minecraft/server/MinecraftServer;Lnone/n;[Ljava/lang/String;Lnone/cn;)Ljava/util/List; + METHOD b getAliases ()Ljava/util/List; + METHOD b getUsage (Lnone/n;)Ljava/lang/String; + METHOD c getName ()Ljava/lang/String; diff --git a/mappings/net/minecraft/command/impl/CommandAchievement.mapping b/mappings/net/minecraft/command/impl/CommandAchievement.mapping new file mode 100644 index 0000000000..e3707dbd13 --- /dev/null +++ b/mappings/net/minecraft/command/impl/CommandAchievement.mapping @@ -0,0 +1,6 @@ +CLASS none/q net/minecraft/command/impl/CommandAchievement + METHOD a getMinPermissionLevel ()I + METHOD a execute (Lnet/minecraft/server/MinecraftServer;Lnone/n;[Ljava/lang/String;)V + METHOD a getTabCompletionList (Lnet/minecraft/server/MinecraftServer;Lnone/n;[Ljava/lang/String;Lnone/cn;)Ljava/util/List; + METHOD b getUsage (Lnone/n;)Ljava/lang/String; + METHOD c getName ()Ljava/lang/String; diff --git a/mappings/net/minecraft/command/impl/CommandBan.mapping b/mappings/net/minecraft/command/impl/CommandBan.mapping new file mode 100644 index 0000000000..1720bea651 --- /dev/null +++ b/mappings/net/minecraft/command/impl/CommandBan.mapping @@ -0,0 +1,7 @@ +CLASS none/t net/minecraft/command/impl/CommandBan + METHOD a getMinPermissionLevel ()I + METHOD a canExecute (Lnet/minecraft/server/MinecraftServer;Lnone/n;)Z + METHOD a execute (Lnet/minecraft/server/MinecraftServer;Lnone/n;[Ljava/lang/String;)V + METHOD a getTabCompletionList (Lnet/minecraft/server/MinecraftServer;Lnone/n;[Ljava/lang/String;Lnone/cn;)Ljava/util/List; + METHOD b getUsage (Lnone/n;)Ljava/lang/String; + METHOD c getName ()Ljava/lang/String; diff --git a/mappings/net/minecraft/command/impl/CommandBanIp.mapping b/mappings/net/minecraft/command/impl/CommandBanIp.mapping new file mode 100644 index 0000000000..dd1f77fdf2 --- /dev/null +++ b/mappings/net/minecraft/command/impl/CommandBanIp.mapping @@ -0,0 +1,7 @@ +CLASS none/r net/minecraft/command/impl/CommandBanIp + METHOD a getMinPermissionLevel ()I + METHOD a canExecute (Lnet/minecraft/server/MinecraftServer;Lnone/n;)Z + METHOD a execute (Lnet/minecraft/server/MinecraftServer;Lnone/n;[Ljava/lang/String;)V + METHOD a getTabCompletionList (Lnet/minecraft/server/MinecraftServer;Lnone/n;[Ljava/lang/String;Lnone/cn;)Ljava/util/List; + METHOD b getUsage (Lnone/n;)Ljava/lang/String; + METHOD c getName ()Ljava/lang/String; diff --git a/mappings/net/minecraft/command/impl/CommandBanlist.mapping b/mappings/net/minecraft/command/impl/CommandBanlist.mapping new file mode 100644 index 0000000000..95a999ed94 --- /dev/null +++ b/mappings/net/minecraft/command/impl/CommandBanlist.mapping @@ -0,0 +1,7 @@ +CLASS none/s net/minecraft/command/impl/CommandBanlist + METHOD a getMinPermissionLevel ()I + METHOD a canExecute (Lnet/minecraft/server/MinecraftServer;Lnone/n;)Z + METHOD a execute (Lnet/minecraft/server/MinecraftServer;Lnone/n;[Ljava/lang/String;)V + METHOD a getTabCompletionList (Lnet/minecraft/server/MinecraftServer;Lnone/n;[Ljava/lang/String;Lnone/cn;)Ljava/util/List; + METHOD b getUsage (Lnone/n;)Ljava/lang/String; + METHOD c getName ()Ljava/lang/String; diff --git a/mappings/net/minecraft/command/impl/CommandBlockdata.mapping b/mappings/net/minecraft/command/impl/CommandBlockdata.mapping new file mode 100644 index 0000000000..8c7bfe7ab0 --- /dev/null +++ b/mappings/net/minecraft/command/impl/CommandBlockdata.mapping @@ -0,0 +1,6 @@ +CLASS none/u net/minecraft/command/impl/CommandBlockdata + METHOD a getMinPermissionLevel ()I + METHOD a execute (Lnet/minecraft/server/MinecraftServer;Lnone/n;[Ljava/lang/String;)V + METHOD a getTabCompletionList (Lnet/minecraft/server/MinecraftServer;Lnone/n;[Ljava/lang/String;Lnone/cn;)Ljava/util/List; + METHOD b getUsage (Lnone/n;)Ljava/lang/String; + METHOD c getName ()Ljava/lang/String; diff --git a/mappings/net/minecraft/command/impl/CommandClear.mapping b/mappings/net/minecraft/command/impl/CommandClear.mapping new file mode 100644 index 0000000000..9a6390f3db --- /dev/null +++ b/mappings/net/minecraft/command/impl/CommandClear.mapping @@ -0,0 +1,6 @@ +CLASS none/v net/minecraft/command/impl/CommandClear + METHOD a getMinPermissionLevel ()I + METHOD a execute (Lnet/minecraft/server/MinecraftServer;Lnone/n;[Ljava/lang/String;)V + METHOD a getTabCompletionList (Lnet/minecraft/server/MinecraftServer;Lnone/n;[Ljava/lang/String;Lnone/cn;)Ljava/util/List; + METHOD b getUsage (Lnone/n;)Ljava/lang/String; + METHOD c getName ()Ljava/lang/String; diff --git a/mappings/net/minecraft/command/impl/CommandClone.mapping b/mappings/net/minecraft/command/impl/CommandClone.mapping new file mode 100644 index 0000000000..ba245028a7 --- /dev/null +++ b/mappings/net/minecraft/command/impl/CommandClone.mapping @@ -0,0 +1,6 @@ +CLASS none/w net/minecraft/command/impl/CommandClone + METHOD a getMinPermissionLevel ()I + METHOD a execute (Lnet/minecraft/server/MinecraftServer;Lnone/n;[Ljava/lang/String;)V + METHOD a getTabCompletionList (Lnet/minecraft/server/MinecraftServer;Lnone/n;[Ljava/lang/String;Lnone/cn;)Ljava/util/List; + METHOD b getUsage (Lnone/n;)Ljava/lang/String; + METHOD c getName ()Ljava/lang/String; diff --git a/mappings/net/minecraft/command/impl/CommandDebug.mapping b/mappings/net/minecraft/command/impl/CommandDebug.mapping new file mode 100644 index 0000000000..d255c8e411 --- /dev/null +++ b/mappings/net/minecraft/command/impl/CommandDebug.mapping @@ -0,0 +1,6 @@ +CLASS none/y net/minecraft/command/impl/CommandDebug + METHOD a getMinPermissionLevel ()I + METHOD a execute (Lnet/minecraft/server/MinecraftServer;Lnone/n;[Ljava/lang/String;)V + METHOD a getTabCompletionList (Lnet/minecraft/server/MinecraftServer;Lnone/n;[Ljava/lang/String;Lnone/cn;)Ljava/util/List; + METHOD b getUsage (Lnone/n;)Ljava/lang/String; + METHOD c getName ()Ljava/lang/String; diff --git a/mappings/net/minecraft/command/impl/CommandDefaultGameMode.mapping b/mappings/net/minecraft/command/impl/CommandDefaultGameMode.mapping new file mode 100644 index 0000000000..0c0c308731 --- /dev/null +++ b/mappings/net/minecraft/command/impl/CommandDefaultGameMode.mapping @@ -0,0 +1,4 @@ +CLASS none/z net/minecraft/command/impl/CommandDefaultGameMode + METHOD a execute (Lnet/minecraft/server/MinecraftServer;Lnone/n;[Ljava/lang/String;)V + METHOD b getUsage (Lnone/n;)Ljava/lang/String; + METHOD c getName ()Ljava/lang/String; diff --git a/mappings/net/minecraft/command/impl/CommandDeop.mapping b/mappings/net/minecraft/command/impl/CommandDeop.mapping new file mode 100644 index 0000000000..40b4c14557 --- /dev/null +++ b/mappings/net/minecraft/command/impl/CommandDeop.mapping @@ -0,0 +1,6 @@ +CLASS none/x net/minecraft/command/impl/CommandDeop + METHOD a getMinPermissionLevel ()I + METHOD a execute (Lnet/minecraft/server/MinecraftServer;Lnone/n;[Ljava/lang/String;)V + METHOD a getTabCompletionList (Lnet/minecraft/server/MinecraftServer;Lnone/n;[Ljava/lang/String;Lnone/cn;)Ljava/util/List; + METHOD b getUsage (Lnone/n;)Ljava/lang/String; + METHOD c getName ()Ljava/lang/String; diff --git a/mappings/net/minecraft/command/impl/CommandDifficulty.mapping b/mappings/net/minecraft/command/impl/CommandDifficulty.mapping new file mode 100644 index 0000000000..73ecc596a5 --- /dev/null +++ b/mappings/net/minecraft/command/impl/CommandDifficulty.mapping @@ -0,0 +1,6 @@ +CLASS none/ah net/minecraft/command/impl/CommandDifficulty + METHOD a getMinPermissionLevel ()I + METHOD a execute (Lnet/minecraft/server/MinecraftServer;Lnone/n;[Ljava/lang/String;)V + METHOD a getTabCompletionList (Lnet/minecraft/server/MinecraftServer;Lnone/n;[Ljava/lang/String;Lnone/cn;)Ljava/util/List; + METHOD b getUsage (Lnone/n;)Ljava/lang/String; + METHOD c getName ()Ljava/lang/String; diff --git a/mappings/net/minecraft/command/impl/CommandEffect.mapping b/mappings/net/minecraft/command/impl/CommandEffect.mapping new file mode 100644 index 0000000000..1c95a8e872 --- /dev/null +++ b/mappings/net/minecraft/command/impl/CommandEffect.mapping @@ -0,0 +1,6 @@ +CLASS none/aa net/minecraft/command/impl/CommandEffect + METHOD a getMinPermissionLevel ()I + METHOD a execute (Lnet/minecraft/server/MinecraftServer;Lnone/n;[Ljava/lang/String;)V + METHOD a getTabCompletionList (Lnet/minecraft/server/MinecraftServer;Lnone/n;[Ljava/lang/String;Lnone/cn;)Ljava/util/List; + METHOD b getUsage (Lnone/n;)Ljava/lang/String; + METHOD c getName ()Ljava/lang/String; diff --git a/mappings/net/minecraft/command/impl/CommandEnchant.mapping b/mappings/net/minecraft/command/impl/CommandEnchant.mapping new file mode 100644 index 0000000000..f2f7806e95 --- /dev/null +++ b/mappings/net/minecraft/command/impl/CommandEnchant.mapping @@ -0,0 +1,6 @@ +CLASS none/ac net/minecraft/command/impl/CommandEnchant + METHOD a getMinPermissionLevel ()I + METHOD a execute (Lnet/minecraft/server/MinecraftServer;Lnone/n;[Ljava/lang/String;)V + METHOD a getTabCompletionList (Lnet/minecraft/server/MinecraftServer;Lnone/n;[Ljava/lang/String;Lnone/cn;)Ljava/util/List; + METHOD b getUsage (Lnone/n;)Ljava/lang/String; + METHOD c getName ()Ljava/lang/String; diff --git a/mappings/net/minecraft/command/impl/CommandEntityData.mapping b/mappings/net/minecraft/command/impl/CommandEntityData.mapping new file mode 100644 index 0000000000..b60953207f --- /dev/null +++ b/mappings/net/minecraft/command/impl/CommandEntityData.mapping @@ -0,0 +1,5 @@ +CLASS none/ad net/minecraft/command/impl/CommandEntityData + METHOD a getMinPermissionLevel ()I + METHOD a execute (Lnet/minecraft/server/MinecraftServer;Lnone/n;[Ljava/lang/String;)V + METHOD b getUsage (Lnone/n;)Ljava/lang/String; + METHOD c getName ()Ljava/lang/String; diff --git a/mappings/net/minecraft/command/impl/CommandExecute.mapping b/mappings/net/minecraft/command/impl/CommandExecute.mapping new file mode 100644 index 0000000000..06896e5a76 --- /dev/null +++ b/mappings/net/minecraft/command/impl/CommandExecute.mapping @@ -0,0 +1,6 @@ +CLASS none/ae net/minecraft/command/impl/CommandExecute + METHOD a getMinPermissionLevel ()I + METHOD a execute (Lnet/minecraft/server/MinecraftServer;Lnone/n;[Ljava/lang/String;)V + METHOD a getTabCompletionList (Lnet/minecraft/server/MinecraftServer;Lnone/n;[Ljava/lang/String;Lnone/cn;)Ljava/util/List; + METHOD b getUsage (Lnone/n;)Ljava/lang/String; + METHOD c getName ()Ljava/lang/String; diff --git a/mappings/net/minecraft/command/impl/CommandFill.mapping b/mappings/net/minecraft/command/impl/CommandFill.mapping new file mode 100644 index 0000000000..cb5dccf971 --- /dev/null +++ b/mappings/net/minecraft/command/impl/CommandFill.mapping @@ -0,0 +1,6 @@ +CLASS none/ag net/minecraft/command/impl/CommandFill + METHOD a getMinPermissionLevel ()I + METHOD a execute (Lnet/minecraft/server/MinecraftServer;Lnone/n;[Ljava/lang/String;)V + METHOD a getTabCompletionList (Lnet/minecraft/server/MinecraftServer;Lnone/n;[Ljava/lang/String;Lnone/cn;)Ljava/util/List; + METHOD b getUsage (Lnone/n;)Ljava/lang/String; + METHOD c getName ()Ljava/lang/String; diff --git a/mappings/net/minecraft/command/impl/CommandGameMode.mapping b/mappings/net/minecraft/command/impl/CommandGameMode.mapping new file mode 100644 index 0000000000..dddfac46f7 --- /dev/null +++ b/mappings/net/minecraft/command/impl/CommandGameMode.mapping @@ -0,0 +1,6 @@ +CLASS none/ai net/minecraft/command/impl/CommandGameMode + METHOD a getMinPermissionLevel ()I + METHOD a execute (Lnet/minecraft/server/MinecraftServer;Lnone/n;[Ljava/lang/String;)V + METHOD a getTabCompletionList (Lnet/minecraft/server/MinecraftServer;Lnone/n;[Ljava/lang/String;Lnone/cn;)Ljava/util/List; + METHOD b getUsage (Lnone/n;)Ljava/lang/String; + METHOD c getName ()Ljava/lang/String; diff --git a/mappings/net/minecraft/command/impl/CommandGameRule.mapping b/mappings/net/minecraft/command/impl/CommandGameRule.mapping new file mode 100644 index 0000000000..6d356ee039 --- /dev/null +++ b/mappings/net/minecraft/command/impl/CommandGameRule.mapping @@ -0,0 +1,6 @@ +CLASS none/aj net/minecraft/command/impl/CommandGameRule + METHOD a getMinPermissionLevel ()I + METHOD a execute (Lnet/minecraft/server/MinecraftServer;Lnone/n;[Ljava/lang/String;)V + METHOD a getTabCompletionList (Lnet/minecraft/server/MinecraftServer;Lnone/n;[Ljava/lang/String;Lnone/cn;)Ljava/util/List; + METHOD b getUsage (Lnone/n;)Ljava/lang/String; + METHOD c getName ()Ljava/lang/String; diff --git a/mappings/net/minecraft/command/impl/CommandGive.mapping b/mappings/net/minecraft/command/impl/CommandGive.mapping new file mode 100644 index 0000000000..b0827016ac --- /dev/null +++ b/mappings/net/minecraft/command/impl/CommandGive.mapping @@ -0,0 +1,6 @@ +CLASS none/ak net/minecraft/command/impl/CommandGive + METHOD a getMinPermissionLevel ()I + METHOD a execute (Lnet/minecraft/server/MinecraftServer;Lnone/n;[Ljava/lang/String;)V + METHOD a getTabCompletionList (Lnet/minecraft/server/MinecraftServer;Lnone/n;[Ljava/lang/String;Lnone/cn;)Ljava/util/List; + METHOD b getUsage (Lnone/n;)Ljava/lang/String; + METHOD c getName ()Ljava/lang/String; diff --git a/mappings/net/minecraft/command/impl/CommandHelp.mapping b/mappings/net/minecraft/command/impl/CommandHelp.mapping new file mode 100644 index 0000000000..cdec5deae7 --- /dev/null +++ b/mappings/net/minecraft/command/impl/CommandHelp.mapping @@ -0,0 +1,7 @@ +CLASS none/al net/minecraft/command/impl/CommandHelp + METHOD a getMinPermissionLevel ()I + METHOD a execute (Lnet/minecraft/server/MinecraftServer;Lnone/n;[Ljava/lang/String;)V + METHOD a getTabCompletionList (Lnet/minecraft/server/MinecraftServer;Lnone/n;[Ljava/lang/String;Lnone/cn;)Ljava/util/List; + METHOD b getAliases ()Ljava/util/List; + METHOD b getUsage (Lnone/n;)Ljava/lang/String; + METHOD c getName ()Ljava/lang/String; diff --git a/mappings/net/minecraft/command/impl/CommandKick.mapping b/mappings/net/minecraft/command/impl/CommandKick.mapping new file mode 100644 index 0000000000..e412c761f0 --- /dev/null +++ b/mappings/net/minecraft/command/impl/CommandKick.mapping @@ -0,0 +1,6 @@ +CLASS none/am net/minecraft/command/impl/CommandKick + METHOD a getMinPermissionLevel ()I + METHOD a execute (Lnet/minecraft/server/MinecraftServer;Lnone/n;[Ljava/lang/String;)V + METHOD a getTabCompletionList (Lnet/minecraft/server/MinecraftServer;Lnone/n;[Ljava/lang/String;Lnone/cn;)Ljava/util/List; + METHOD b getUsage (Lnone/n;)Ljava/lang/String; + METHOD c getName ()Ljava/lang/String; diff --git a/mappings/net/minecraft/command/impl/CommandKill.mapping b/mappings/net/minecraft/command/impl/CommandKill.mapping new file mode 100644 index 0000000000..2eb0b15179 --- /dev/null +++ b/mappings/net/minecraft/command/impl/CommandKill.mapping @@ -0,0 +1,6 @@ +CLASS none/an net/minecraft/command/impl/CommandKill + METHOD a getMinPermissionLevel ()I + METHOD a execute (Lnet/minecraft/server/MinecraftServer;Lnone/n;[Ljava/lang/String;)V + METHOD a getTabCompletionList (Lnet/minecraft/server/MinecraftServer;Lnone/n;[Ljava/lang/String;Lnone/cn;)Ljava/util/List; + METHOD b getUsage (Lnone/n;)Ljava/lang/String; + METHOD c getName ()Ljava/lang/String; diff --git a/mappings/net/minecraft/command/impl/CommandList.mapping b/mappings/net/minecraft/command/impl/CommandList.mapping new file mode 100644 index 0000000000..0e3ca7ccb9 --- /dev/null +++ b/mappings/net/minecraft/command/impl/CommandList.mapping @@ -0,0 +1,5 @@ +CLASS none/ao net/minecraft/command/impl/CommandList + METHOD a getMinPermissionLevel ()I + METHOD a execute (Lnet/minecraft/server/MinecraftServer;Lnone/n;[Ljava/lang/String;)V + METHOD b getUsage (Lnone/n;)Ljava/lang/String; + METHOD c getName ()Ljava/lang/String; diff --git a/mappings/net/minecraft/command/impl/CommandMe.mapping b/mappings/net/minecraft/command/impl/CommandMe.mapping new file mode 100644 index 0000000000..c351dbf664 --- /dev/null +++ b/mappings/net/minecraft/command/impl/CommandMe.mapping @@ -0,0 +1,6 @@ +CLASS none/ab net/minecraft/command/impl/CommandMe + METHOD a getMinPermissionLevel ()I + METHOD a execute (Lnet/minecraft/server/MinecraftServer;Lnone/n;[Ljava/lang/String;)V + METHOD a getTabCompletionList (Lnet/minecraft/server/MinecraftServer;Lnone/n;[Ljava/lang/String;Lnone/cn;)Ljava/util/List; + METHOD b getUsage (Lnone/n;)Ljava/lang/String; + METHOD c getName ()Ljava/lang/String; diff --git a/mappings/net/minecraft/command/impl/CommandOp.mapping b/mappings/net/minecraft/command/impl/CommandOp.mapping new file mode 100644 index 0000000000..00493e7ec2 --- /dev/null +++ b/mappings/net/minecraft/command/impl/CommandOp.mapping @@ -0,0 +1,6 @@ +CLASS none/aq net/minecraft/command/impl/CommandOp + METHOD a getMinPermissionLevel ()I + METHOD a execute (Lnet/minecraft/server/MinecraftServer;Lnone/n;[Ljava/lang/String;)V + METHOD a getTabCompletionList (Lnet/minecraft/server/MinecraftServer;Lnone/n;[Ljava/lang/String;Lnone/cn;)Ljava/util/List; + METHOD b getUsage (Lnone/n;)Ljava/lang/String; + METHOD c getName ()Ljava/lang/String; diff --git a/mappings/net/minecraft/command/impl/CommandPardon.mapping b/mappings/net/minecraft/command/impl/CommandPardon.mapping new file mode 100644 index 0000000000..299ff8ddd7 --- /dev/null +++ b/mappings/net/minecraft/command/impl/CommandPardon.mapping @@ -0,0 +1,7 @@ +CLASS none/as net/minecraft/command/impl/CommandPardon + METHOD a getMinPermissionLevel ()I + METHOD a canExecute (Lnet/minecraft/server/MinecraftServer;Lnone/n;)Z + METHOD a execute (Lnet/minecraft/server/MinecraftServer;Lnone/n;[Ljava/lang/String;)V + METHOD a getTabCompletionList (Lnet/minecraft/server/MinecraftServer;Lnone/n;[Ljava/lang/String;Lnone/cn;)Ljava/util/List; + METHOD b getUsage (Lnone/n;)Ljava/lang/String; + METHOD c getName ()Ljava/lang/String; diff --git a/mappings/net/minecraft/command/impl/CommandPardonIp.mapping b/mappings/net/minecraft/command/impl/CommandPardonIp.mapping new file mode 100644 index 0000000000..b9b0cd73bb --- /dev/null +++ b/mappings/net/minecraft/command/impl/CommandPardonIp.mapping @@ -0,0 +1,7 @@ +CLASS none/ar net/minecraft/command/impl/CommandPardonIp + METHOD a getMinPermissionLevel ()I + METHOD a canExecute (Lnet/minecraft/server/MinecraftServer;Lnone/n;)Z + METHOD a execute (Lnet/minecraft/server/MinecraftServer;Lnone/n;[Ljava/lang/String;)V + METHOD a getTabCompletionList (Lnet/minecraft/server/MinecraftServer;Lnone/n;[Ljava/lang/String;Lnone/cn;)Ljava/util/List; + METHOD b getUsage (Lnone/n;)Ljava/lang/String; + METHOD c getName ()Ljava/lang/String; diff --git a/mappings/net/minecraft/command/impl/CommandParticle.mapping b/mappings/net/minecraft/command/impl/CommandParticle.mapping new file mode 100644 index 0000000000..78809e5270 --- /dev/null +++ b/mappings/net/minecraft/command/impl/CommandParticle.mapping @@ -0,0 +1,6 @@ +CLASS none/at net/minecraft/command/impl/CommandParticle + METHOD a getMinPermissionLevel ()I + METHOD a execute (Lnet/minecraft/server/MinecraftServer;Lnone/n;[Ljava/lang/String;)V + METHOD a getTabCompletionList (Lnet/minecraft/server/MinecraftServer;Lnone/n;[Ljava/lang/String;Lnone/cn;)Ljava/util/List; + METHOD b getUsage (Lnone/n;)Ljava/lang/String; + METHOD c getName ()Ljava/lang/String; diff --git a/mappings/net/minecraft/command/impl/CommandPlaySound.mapping b/mappings/net/minecraft/command/impl/CommandPlaySound.mapping new file mode 100644 index 0000000000..a510751df9 --- /dev/null +++ b/mappings/net/minecraft/command/impl/CommandPlaySound.mapping @@ -0,0 +1,6 @@ +CLASS none/au net/minecraft/command/impl/CommandPlaySound + METHOD a getMinPermissionLevel ()I + METHOD a execute (Lnet/minecraft/server/MinecraftServer;Lnone/n;[Ljava/lang/String;)V + METHOD a getTabCompletionList (Lnet/minecraft/server/MinecraftServer;Lnone/n;[Ljava/lang/String;Lnone/cn;)Ljava/util/List; + METHOD b getUsage (Lnone/n;)Ljava/lang/String; + METHOD c getName ()Ljava/lang/String; diff --git a/mappings/net/minecraft/command/impl/CommandPublish.mapping b/mappings/net/minecraft/command/impl/CommandPublish.mapping new file mode 100644 index 0000000000..7cb5eacec1 --- /dev/null +++ b/mappings/net/minecraft/command/impl/CommandPublish.mapping @@ -0,0 +1,4 @@ +CLASS none/av net/minecraft/command/impl/CommandPublish + METHOD a execute (Lnet/minecraft/server/MinecraftServer;Lnone/n;[Ljava/lang/String;)V + METHOD b getUsage (Lnone/n;)Ljava/lang/String; + METHOD c getName ()Ljava/lang/String; diff --git a/mappings/net/minecraft/command/impl/CommandReplaceItem.mapping b/mappings/net/minecraft/command/impl/CommandReplaceItem.mapping new file mode 100644 index 0000000000..0e8ba75213 --- /dev/null +++ b/mappings/net/minecraft/command/impl/CommandReplaceItem.mapping @@ -0,0 +1,6 @@ +CLASS none/aw net/minecraft/command/impl/CommandReplaceItem + METHOD a getMinPermissionLevel ()I + METHOD a execute (Lnet/minecraft/server/MinecraftServer;Lnone/n;[Ljava/lang/String;)V + METHOD a getTabCompletionList (Lnet/minecraft/server/MinecraftServer;Lnone/n;[Ljava/lang/String;Lnone/cn;)Ljava/util/List; + METHOD b getUsage (Lnone/n;)Ljava/lang/String; + METHOD c getName ()Ljava/lang/String; diff --git a/mappings/net/minecraft/command/impl/CommandSaveAll.mapping b/mappings/net/minecraft/command/impl/CommandSaveAll.mapping new file mode 100644 index 0000000000..c0df12c757 --- /dev/null +++ b/mappings/net/minecraft/command/impl/CommandSaveAll.mapping @@ -0,0 +1,4 @@ +CLASS none/ax net/minecraft/command/impl/CommandSaveAll + METHOD a execute (Lnet/minecraft/server/MinecraftServer;Lnone/n;[Ljava/lang/String;)V + METHOD b getUsage (Lnone/n;)Ljava/lang/String; + METHOD c getName ()Ljava/lang/String; diff --git a/mappings/net/minecraft/command/impl/CommandSaveOff.mapping b/mappings/net/minecraft/command/impl/CommandSaveOff.mapping new file mode 100644 index 0000000000..055dd1c368 --- /dev/null +++ b/mappings/net/minecraft/command/impl/CommandSaveOff.mapping @@ -0,0 +1,4 @@ +CLASS none/ay net/minecraft/command/impl/CommandSaveOff + METHOD a execute (Lnet/minecraft/server/MinecraftServer;Lnone/n;[Ljava/lang/String;)V + METHOD b getUsage (Lnone/n;)Ljava/lang/String; + METHOD c getName ()Ljava/lang/String; diff --git a/mappings/net/minecraft/command/impl/CommandSaveOn.mapping b/mappings/net/minecraft/command/impl/CommandSaveOn.mapping new file mode 100644 index 0000000000..e53a261b7c --- /dev/null +++ b/mappings/net/minecraft/command/impl/CommandSaveOn.mapping @@ -0,0 +1,4 @@ +CLASS none/az net/minecraft/command/impl/CommandSaveOn + METHOD a execute (Lnet/minecraft/server/MinecraftServer;Lnone/n;[Ljava/lang/String;)V + METHOD b getUsage (Lnone/n;)Ljava/lang/String; + METHOD c getName ()Ljava/lang/String; diff --git a/mappings/net/minecraft/command/impl/CommandSay.mapping b/mappings/net/minecraft/command/impl/CommandSay.mapping new file mode 100644 index 0000000000..a89f9d0be4 --- /dev/null +++ b/mappings/net/minecraft/command/impl/CommandSay.mapping @@ -0,0 +1,6 @@ +CLASS none/ba net/minecraft/command/impl/CommandSay + METHOD a getMinPermissionLevel ()I + METHOD a execute (Lnet/minecraft/server/MinecraftServer;Lnone/n;[Ljava/lang/String;)V + METHOD a getTabCompletionList (Lnet/minecraft/server/MinecraftServer;Lnone/n;[Ljava/lang/String;Lnone/cn;)Ljava/util/List; + METHOD b getUsage (Lnone/n;)Ljava/lang/String; + METHOD c getName ()Ljava/lang/String; diff --git a/mappings/net/minecraft/command/impl/CommandScoreboard.mapping b/mappings/net/minecraft/command/impl/CommandScoreboard.mapping new file mode 100644 index 0000000000..920d8613e9 --- /dev/null +++ b/mappings/net/minecraft/command/impl/CommandScoreboard.mapping @@ -0,0 +1,6 @@ +CLASS none/bb net/minecraft/command/impl/CommandScoreboard + METHOD a getMinPermissionLevel ()I + METHOD a execute (Lnet/minecraft/server/MinecraftServer;Lnone/n;[Ljava/lang/String;)V + METHOD a getTabCompletionList (Lnet/minecraft/server/MinecraftServer;Lnone/n;[Ljava/lang/String;Lnone/cn;)Ljava/util/List; + METHOD b getUsage (Lnone/n;)Ljava/lang/String; + METHOD c getName ()Ljava/lang/String; diff --git a/mappings/net/minecraft/command/impl/CommandSeed.mapping b/mappings/net/minecraft/command/impl/CommandSeed.mapping new file mode 100644 index 0000000000..bb9ea9285b --- /dev/null +++ b/mappings/net/minecraft/command/impl/CommandSeed.mapping @@ -0,0 +1,6 @@ +CLASS none/bh net/minecraft/command/impl/CommandSeed + METHOD a getMinPermissionLevel ()I + METHOD a canExecute (Lnet/minecraft/server/MinecraftServer;Lnone/n;)Z + METHOD a execute (Lnet/minecraft/server/MinecraftServer;Lnone/n;[Ljava/lang/String;)V + METHOD b getUsage (Lnone/n;)Ljava/lang/String; + METHOD c getName ()Ljava/lang/String; diff --git a/mappings/net/minecraft/command/impl/CommandSetBlock.mapping b/mappings/net/minecraft/command/impl/CommandSetBlock.mapping new file mode 100644 index 0000000000..e9d86081a0 --- /dev/null +++ b/mappings/net/minecraft/command/impl/CommandSetBlock.mapping @@ -0,0 +1,6 @@ +CLASS none/bd net/minecraft/command/impl/CommandSetBlock + METHOD a getMinPermissionLevel ()I + METHOD a execute (Lnet/minecraft/server/MinecraftServer;Lnone/n;[Ljava/lang/String;)V + METHOD a getTabCompletionList (Lnet/minecraft/server/MinecraftServer;Lnone/n;[Ljava/lang/String;Lnone/cn;)Ljava/util/List; + METHOD b getUsage (Lnone/n;)Ljava/lang/String; + METHOD c getName ()Ljava/lang/String; diff --git a/mappings/net/minecraft/command/impl/CommandSetIdleTimeout.mapping b/mappings/net/minecraft/command/impl/CommandSetIdleTimeout.mapping new file mode 100644 index 0000000000..5960d7de76 --- /dev/null +++ b/mappings/net/minecraft/command/impl/CommandSetIdleTimeout.mapping @@ -0,0 +1,5 @@ +CLASS none/be net/minecraft/command/impl/CommandSetIdleTimeout + METHOD a getMinPermissionLevel ()I + METHOD a execute (Lnet/minecraft/server/MinecraftServer;Lnone/n;[Ljava/lang/String;)V + METHOD b getUsage (Lnone/n;)Ljava/lang/String; + METHOD c getName ()Ljava/lang/String; diff --git a/mappings/net/minecraft/command/impl/CommandSetWorldSpawn.mapping b/mappings/net/minecraft/command/impl/CommandSetWorldSpawn.mapping new file mode 100644 index 0000000000..953e7780bf --- /dev/null +++ b/mappings/net/minecraft/command/impl/CommandSetWorldSpawn.mapping @@ -0,0 +1,6 @@ +CLASS none/bg net/minecraft/command/impl/CommandSetWorldSpawn + METHOD a getMinPermissionLevel ()I + METHOD a execute (Lnet/minecraft/server/MinecraftServer;Lnone/n;[Ljava/lang/String;)V + METHOD a getTabCompletionList (Lnet/minecraft/server/MinecraftServer;Lnone/n;[Ljava/lang/String;Lnone/cn;)Ljava/util/List; + METHOD b getUsage (Lnone/n;)Ljava/lang/String; + METHOD c getName ()Ljava/lang/String; diff --git a/mappings/net/minecraft/command/impl/CommandSpawnPoint.mapping b/mappings/net/minecraft/command/impl/CommandSpawnPoint.mapping new file mode 100644 index 0000000000..5dbd11a8f0 --- /dev/null +++ b/mappings/net/minecraft/command/impl/CommandSpawnPoint.mapping @@ -0,0 +1,6 @@ +CLASS none/bf net/minecraft/command/impl/CommandSpawnPoint + METHOD a getMinPermissionLevel ()I + METHOD a execute (Lnet/minecraft/server/MinecraftServer;Lnone/n;[Ljava/lang/String;)V + METHOD a getTabCompletionList (Lnet/minecraft/server/MinecraftServer;Lnone/n;[Ljava/lang/String;Lnone/cn;)Ljava/util/List; + METHOD b getUsage (Lnone/n;)Ljava/lang/String; + METHOD c getName ()Ljava/lang/String; diff --git a/mappings/net/minecraft/command/impl/CommandSpreadPlayers.mapping b/mappings/net/minecraft/command/impl/CommandSpreadPlayers.mapping new file mode 100644 index 0000000000..0746bb8edc --- /dev/null +++ b/mappings/net/minecraft/command/impl/CommandSpreadPlayers.mapping @@ -0,0 +1,6 @@ +CLASS none/bi net/minecraft/command/impl/CommandSpreadPlayers + METHOD a getMinPermissionLevel ()I + METHOD a execute (Lnet/minecraft/server/MinecraftServer;Lnone/n;[Ljava/lang/String;)V + METHOD a getTabCompletionList (Lnet/minecraft/server/MinecraftServer;Lnone/n;[Ljava/lang/String;Lnone/cn;)Ljava/util/List; + METHOD b getUsage (Lnone/n;)Ljava/lang/String; + METHOD c getName ()Ljava/lang/String; diff --git a/mappings/net/minecraft/command/impl/CommandStats.mapping b/mappings/net/minecraft/command/impl/CommandStats.mapping new file mode 100644 index 0000000000..d15f803c59 --- /dev/null +++ b/mappings/net/minecraft/command/impl/CommandStats.mapping @@ -0,0 +1,6 @@ +CLASS none/bj net/minecraft/command/impl/CommandStats + METHOD a getMinPermissionLevel ()I + METHOD a execute (Lnet/minecraft/server/MinecraftServer;Lnone/n;[Ljava/lang/String;)V + METHOD a getTabCompletionList (Lnet/minecraft/server/MinecraftServer;Lnone/n;[Ljava/lang/String;Lnone/cn;)Ljava/util/List; + METHOD b getUsage (Lnone/n;)Ljava/lang/String; + METHOD c getName ()Ljava/lang/String; diff --git a/mappings/net/minecraft/command/impl/CommandStop.mapping b/mappings/net/minecraft/command/impl/CommandStop.mapping new file mode 100644 index 0000000000..87b394d08e --- /dev/null +++ b/mappings/net/minecraft/command/impl/CommandStop.mapping @@ -0,0 +1,4 @@ +CLASS none/bk net/minecraft/command/impl/CommandStop + METHOD a execute (Lnet/minecraft/server/MinecraftServer;Lnone/n;[Ljava/lang/String;)V + METHOD b getUsage (Lnone/n;)Ljava/lang/String; + METHOD c getName ()Ljava/lang/String; diff --git a/mappings/net/minecraft/command/impl/CommandStopSound.mapping b/mappings/net/minecraft/command/impl/CommandStopSound.mapping new file mode 100644 index 0000000000..a75058e4f0 --- /dev/null +++ b/mappings/net/minecraft/command/impl/CommandStopSound.mapping @@ -0,0 +1,6 @@ +CLASS none/bl net/minecraft/command/impl/CommandStopSound + METHOD a getMinPermissionLevel ()I + METHOD a execute (Lnet/minecraft/server/MinecraftServer;Lnone/n;[Ljava/lang/String;)V + METHOD a getTabCompletionList (Lnet/minecraft/server/MinecraftServer;Lnone/n;[Ljava/lang/String;Lnone/cn;)Ljava/util/List; + METHOD b getUsage (Lnone/n;)Ljava/lang/String; + METHOD c getName ()Ljava/lang/String; diff --git a/mappings/net/minecraft/command/impl/CommandSummon.mapping b/mappings/net/minecraft/command/impl/CommandSummon.mapping new file mode 100644 index 0000000000..7c27c9e558 --- /dev/null +++ b/mappings/net/minecraft/command/impl/CommandSummon.mapping @@ -0,0 +1,6 @@ +CLASS none/bm net/minecraft/command/impl/CommandSummon + METHOD a getMinPermissionLevel ()I + METHOD a execute (Lnet/minecraft/server/MinecraftServer;Lnone/n;[Ljava/lang/String;)V + METHOD a getTabCompletionList (Lnet/minecraft/server/MinecraftServer;Lnone/n;[Ljava/lang/String;Lnone/cn;)Ljava/util/List; + METHOD b getUsage (Lnone/n;)Ljava/lang/String; + METHOD c getName ()Ljava/lang/String; diff --git a/mappings/net/minecraft/command/impl/CommandTeleport.mapping b/mappings/net/minecraft/command/impl/CommandTeleport.mapping new file mode 100644 index 0000000000..6f0f6c07bb --- /dev/null +++ b/mappings/net/minecraft/command/impl/CommandTeleport.mapping @@ -0,0 +1,6 @@ +CLASS none/bn net/minecraft/command/impl/CommandTeleport + METHOD a getMinPermissionLevel ()I + METHOD a execute (Lnet/minecraft/server/MinecraftServer;Lnone/n;[Ljava/lang/String;)V + METHOD a getTabCompletionList (Lnet/minecraft/server/MinecraftServer;Lnone/n;[Ljava/lang/String;Lnone/cn;)Ljava/util/List; + METHOD b getUsage (Lnone/n;)Ljava/lang/String; + METHOD c getName ()Ljava/lang/String; diff --git a/mappings/net/minecraft/command/impl/CommandTell.mapping b/mappings/net/minecraft/command/impl/CommandTell.mapping new file mode 100644 index 0000000000..148415aca0 --- /dev/null +++ b/mappings/net/minecraft/command/impl/CommandTell.mapping @@ -0,0 +1,7 @@ +CLASS none/ap net/minecraft/command/impl/CommandTell + METHOD a getMinPermissionLevel ()I + METHOD a execute (Lnet/minecraft/server/MinecraftServer;Lnone/n;[Ljava/lang/String;)V + METHOD a getTabCompletionList (Lnet/minecraft/server/MinecraftServer;Lnone/n;[Ljava/lang/String;Lnone/cn;)Ljava/util/List; + METHOD b getAliases ()Ljava/util/List; + METHOD b getUsage (Lnone/n;)Ljava/lang/String; + METHOD c getName ()Ljava/lang/String; diff --git a/mappings/net/minecraft/command/impl/CommandTellRaw.mapping b/mappings/net/minecraft/command/impl/CommandTellRaw.mapping new file mode 100644 index 0000000000..d0cbd044ee --- /dev/null +++ b/mappings/net/minecraft/command/impl/CommandTellRaw.mapping @@ -0,0 +1,6 @@ +CLASS none/bo net/minecraft/command/impl/CommandTellRaw + METHOD a getMinPermissionLevel ()I + METHOD a execute (Lnet/minecraft/server/MinecraftServer;Lnone/n;[Ljava/lang/String;)V + METHOD a getTabCompletionList (Lnet/minecraft/server/MinecraftServer;Lnone/n;[Ljava/lang/String;Lnone/cn;)Ljava/util/List; + METHOD b getUsage (Lnone/n;)Ljava/lang/String; + METHOD c getName ()Ljava/lang/String; diff --git a/mappings/net/minecraft/command/impl/CommandTestFor.mapping b/mappings/net/minecraft/command/impl/CommandTestFor.mapping new file mode 100644 index 0000000000..b624a10f47 --- /dev/null +++ b/mappings/net/minecraft/command/impl/CommandTestFor.mapping @@ -0,0 +1,6 @@ +CLASS none/bs net/minecraft/command/impl/CommandTestFor + METHOD a getMinPermissionLevel ()I + METHOD a execute (Lnet/minecraft/server/MinecraftServer;Lnone/n;[Ljava/lang/String;)V + METHOD a getTabCompletionList (Lnet/minecraft/server/MinecraftServer;Lnone/n;[Ljava/lang/String;Lnone/cn;)Ljava/util/List; + METHOD b getUsage (Lnone/n;)Ljava/lang/String; + METHOD c getName ()Ljava/lang/String; diff --git a/mappings/net/minecraft/command/impl/CommandTestForBlock.mapping b/mappings/net/minecraft/command/impl/CommandTestForBlock.mapping new file mode 100644 index 0000000000..07d6ee0269 --- /dev/null +++ b/mappings/net/minecraft/command/impl/CommandTestForBlock.mapping @@ -0,0 +1,6 @@ +CLASS none/bq net/minecraft/command/impl/CommandTestForBlock + METHOD a getMinPermissionLevel ()I + METHOD a execute (Lnet/minecraft/server/MinecraftServer;Lnone/n;[Ljava/lang/String;)V + METHOD a getTabCompletionList (Lnet/minecraft/server/MinecraftServer;Lnone/n;[Ljava/lang/String;Lnone/cn;)Ljava/util/List; + METHOD b getUsage (Lnone/n;)Ljava/lang/String; + METHOD c getName ()Ljava/lang/String; diff --git a/mappings/net/minecraft/command/impl/CommandTestForBlocks.mapping b/mappings/net/minecraft/command/impl/CommandTestForBlocks.mapping new file mode 100644 index 0000000000..400e1b978f --- /dev/null +++ b/mappings/net/minecraft/command/impl/CommandTestForBlocks.mapping @@ -0,0 +1,6 @@ +CLASS none/br net/minecraft/command/impl/CommandTestForBlocks + METHOD a getMinPermissionLevel ()I + METHOD a execute (Lnet/minecraft/server/MinecraftServer;Lnone/n;[Ljava/lang/String;)V + METHOD a getTabCompletionList (Lnet/minecraft/server/MinecraftServer;Lnone/n;[Ljava/lang/String;Lnone/cn;)Ljava/util/List; + METHOD b getUsage (Lnone/n;)Ljava/lang/String; + METHOD c getName ()Ljava/lang/String; diff --git a/mappings/net/minecraft/command/impl/CommandTime.mapping b/mappings/net/minecraft/command/impl/CommandTime.mapping new file mode 100644 index 0000000000..bdaf545e6a --- /dev/null +++ b/mappings/net/minecraft/command/impl/CommandTime.mapping @@ -0,0 +1,6 @@ +CLASS none/bt net/minecraft/command/impl/CommandTime + METHOD a getMinPermissionLevel ()I + METHOD a execute (Lnet/minecraft/server/MinecraftServer;Lnone/n;[Ljava/lang/String;)V + METHOD a getTabCompletionList (Lnet/minecraft/server/MinecraftServer;Lnone/n;[Ljava/lang/String;Lnone/cn;)Ljava/util/List; + METHOD b getUsage (Lnone/n;)Ljava/lang/String; + METHOD c getName ()Ljava/lang/String; diff --git a/mappings/net/minecraft/command/impl/CommandTitle.mapping b/mappings/net/minecraft/command/impl/CommandTitle.mapping new file mode 100644 index 0000000000..b5be481bdd --- /dev/null +++ b/mappings/net/minecraft/command/impl/CommandTitle.mapping @@ -0,0 +1,6 @@ +CLASS none/bu net/minecraft/command/impl/CommandTitle + METHOD a getMinPermissionLevel ()I + METHOD a execute (Lnet/minecraft/server/MinecraftServer;Lnone/n;[Ljava/lang/String;)V + METHOD a getTabCompletionList (Lnet/minecraft/server/MinecraftServer;Lnone/n;[Ljava/lang/String;Lnone/cn;)Ljava/util/List; + METHOD b getUsage (Lnone/n;)Ljava/lang/String; + METHOD c getName ()Ljava/lang/String; diff --git a/mappings/net/minecraft/command/impl/CommandToggleDownfall.mapping b/mappings/net/minecraft/command/impl/CommandToggleDownfall.mapping new file mode 100644 index 0000000000..45a8d54955 --- /dev/null +++ b/mappings/net/minecraft/command/impl/CommandToggleDownfall.mapping @@ -0,0 +1,5 @@ +CLASS none/bv net/minecraft/command/impl/CommandToggleDownfall + METHOD a getMinPermissionLevel ()I + METHOD a execute (Lnet/minecraft/server/MinecraftServer;Lnone/n;[Ljava/lang/String;)V + METHOD b getUsage (Lnone/n;)Ljava/lang/String; + METHOD c getName ()Ljava/lang/String; diff --git a/mappings/net/minecraft/command/impl/CommandTp.mapping b/mappings/net/minecraft/command/impl/CommandTp.mapping new file mode 100644 index 0000000000..bb29584212 --- /dev/null +++ b/mappings/net/minecraft/command/impl/CommandTp.mapping @@ -0,0 +1,6 @@ +CLASS none/bw net/minecraft/command/impl/CommandTp + METHOD a getMinPermissionLevel ()I + METHOD a execute (Lnet/minecraft/server/MinecraftServer;Lnone/n;[Ljava/lang/String;)V + METHOD a getTabCompletionList (Lnet/minecraft/server/MinecraftServer;Lnone/n;[Ljava/lang/String;Lnone/cn;)Ljava/util/List; + METHOD b getUsage (Lnone/n;)Ljava/lang/String; + METHOD c getName ()Ljava/lang/String; diff --git a/mappings/net/minecraft/command/impl/CommandTrigger.mapping b/mappings/net/minecraft/command/impl/CommandTrigger.mapping new file mode 100644 index 0000000000..4e0047ec2b --- /dev/null +++ b/mappings/net/minecraft/command/impl/CommandTrigger.mapping @@ -0,0 +1,6 @@ +CLASS none/bx net/minecraft/command/impl/CommandTrigger + METHOD a getMinPermissionLevel ()I + METHOD a execute (Lnet/minecraft/server/MinecraftServer;Lnone/n;[Ljava/lang/String;)V + METHOD a getTabCompletionList (Lnet/minecraft/server/MinecraftServer;Lnone/n;[Ljava/lang/String;Lnone/cn;)Ljava/util/List; + METHOD b getUsage (Lnone/n;)Ljava/lang/String; + METHOD c getName ()Ljava/lang/String; diff --git a/mappings/net/minecraft/command/impl/CommandWeather.mapping b/mappings/net/minecraft/command/impl/CommandWeather.mapping new file mode 100644 index 0000000000..00388e13ea --- /dev/null +++ b/mappings/net/minecraft/command/impl/CommandWeather.mapping @@ -0,0 +1,6 @@ +CLASS none/by net/minecraft/command/impl/CommandWeather + METHOD a getMinPermissionLevel ()I + METHOD a execute (Lnet/minecraft/server/MinecraftServer;Lnone/n;[Ljava/lang/String;)V + METHOD a getTabCompletionList (Lnet/minecraft/server/MinecraftServer;Lnone/n;[Ljava/lang/String;Lnone/cn;)Ljava/util/List; + METHOD b getUsage (Lnone/n;)Ljava/lang/String; + METHOD c getName ()Ljava/lang/String; diff --git a/mappings/net/minecraft/command/impl/CommandWhitelist.mapping b/mappings/net/minecraft/command/impl/CommandWhitelist.mapping new file mode 100644 index 0000000000..ae7f12620a --- /dev/null +++ b/mappings/net/minecraft/command/impl/CommandWhitelist.mapping @@ -0,0 +1,6 @@ +CLASS none/bz net/minecraft/command/impl/CommandWhitelist + METHOD a getMinPermissionLevel ()I + METHOD a execute (Lnet/minecraft/server/MinecraftServer;Lnone/n;[Ljava/lang/String;)V + METHOD a getTabCompletionList (Lnet/minecraft/server/MinecraftServer;Lnone/n;[Ljava/lang/String;Lnone/cn;)Ljava/util/List; + METHOD b getUsage (Lnone/n;)Ljava/lang/String; + METHOD c getName ()Ljava/lang/String; diff --git a/mappings/net/minecraft/command/impl/CommandWorldBorder.mapping b/mappings/net/minecraft/command/impl/CommandWorldBorder.mapping new file mode 100644 index 0000000000..60e5b167f8 --- /dev/null +++ b/mappings/net/minecraft/command/impl/CommandWorldBorder.mapping @@ -0,0 +1,6 @@ +CLASS none/ca net/minecraft/command/impl/CommandWorldBorder + METHOD a getMinPermissionLevel ()I + METHOD a execute (Lnet/minecraft/server/MinecraftServer;Lnone/n;[Ljava/lang/String;)V + METHOD a getTabCompletionList (Lnet/minecraft/server/MinecraftServer;Lnone/n;[Ljava/lang/String;Lnone/cn;)Ljava/util/List; + METHOD b getUsage (Lnone/n;)Ljava/lang/String; + METHOD c getName ()Ljava/lang/String; diff --git a/mappings/net/minecraft/command/impl/CommandXp.mapping b/mappings/net/minecraft/command/impl/CommandXp.mapping new file mode 100644 index 0000000000..0e32a4b95b --- /dev/null +++ b/mappings/net/minecraft/command/impl/CommandXp.mapping @@ -0,0 +1,6 @@ +CLASS none/af net/minecraft/command/impl/CommandXp + METHOD a getMinPermissionLevel ()I + METHOD a execute (Lnet/minecraft/server/MinecraftServer;Lnone/n;[Ljava/lang/String;)V + METHOD a getTabCompletionList (Lnet/minecraft/server/MinecraftServer;Lnone/n;[Ljava/lang/String;Lnone/cn;)Ljava/util/List; + METHOD b getUsage (Lnone/n;)Ljava/lang/String; + METHOD c getName ()Ljava/lang/String; diff --git a/mappings/net/minecraft/server/MinecraftServer.mapping b/mappings/net/minecraft/server/MinecraftServer.mapping new file mode 100644 index 0000000000..9b5dec1b98 --- /dev/null +++ b/mappings/net/minecraft/server/MinecraftServer.mapping @@ -0,0 +1 @@ +CLASS net/minecraft/server/MinecraftServer net/minecraft/server/MinecraftServer