Package net.minecraft.server.command
Class ReturnCommand
java.lang.Object
net.minecraft.server.command.ReturnCommand
- Mappings:
Namespace Name official aht
intermediary net/minecraft/class_8503
named net/minecraft/server/command/ReturnCommand
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static int
execute
(ServerCommandSource source, int value) private static int
executeRun
(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, boolean success, int value) static void
register
(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher)
-
Constructor Details
-
ReturnCommand
public ReturnCommand()
-
-
Method Details
-
register
- Mappings:
Namespace Name Mixin selector official a
Laht;a(Lcom/mojang/brigadier/CommandDispatcher;)V
intermediary method_51277
Lnet/minecraft/class_8503;method_51277(Lcom/mojang/brigadier/CommandDispatcher;)V
named register
Lnet/minecraft/server/command/ReturnCommand;register(Lcom/mojang/brigadier/CommandDispatcher;)V
-
execute
- Mappings:
Namespace Name Mixin selector official a
Laht;a(Lds;I)I
intermediary method_51280
Lnet/minecraft/class_8503;method_51280(Lnet/minecraft/class_2168;I)I
named execute
Lnet/minecraft/server/command/ReturnCommand;execute(Lnet/minecraft/server/command/ServerCommandSource;I)I
-
executeRun
private static int executeRun(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, boolean success, int value) - Mappings:
Namespace Name Mixin selector official a
Laht;a(Lcom/mojang/brigadier/context/CommandContext;ZI)I
intermediary method_52343
Lnet/minecraft/class_8503;method_52343(Lcom/mojang/brigadier/context/CommandContext;ZI)I
named executeRun
Lnet/minecraft/server/command/ReturnCommand;executeRun(Lcom/mojang/brigadier/context/CommandContext;ZI)I
-