Package net.minecraft.server.command
Class GameModeCommand
java.lang.Object
net.minecraft.server.command.GameModeCommand
- Mappings:
Namespace Name official ygintermediary net/minecraft/class_3064named net/minecraft/server/command/GameModeCommand
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static intexecute(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, Collection<ServerPlayerEntity> targets, GameMode gameMode)static voidregister(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher)private static voidsetGameMode(ServerCommandSource source, ServerPlayerEntity player, GameMode gameMode)
-
Field Details
-
field_33393
public static final int field_33393- See Also:
- Constant Field Values
- Mappings:
Namespace Name Mixin selector official aLyg;a:Iintermediary field_33393Lnet/minecraft/class_3064;field_33393:Inamed field_33393Lnet/minecraft/server/command/GameModeCommand;field_33393:I
-
-
Constructor Details
-
GameModeCommand
public GameModeCommand()
-
-
Method Details
-
register
public static void register(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher)- Mappings:
Namespace Name Mixin selector official aLyg;a(Lcom/mojang/brigadier/CommandDispatcher;)Vintermediary method_13388Lnet/minecraft/class_3064;method_13388(Lcom/mojang/brigadier/CommandDispatcher;)Vnamed registerLnet/minecraft/server/command/GameModeCommand;register(Lcom/mojang/brigadier/CommandDispatcher;)V
-
setGameMode
private static void setGameMode(ServerCommandSource source, ServerPlayerEntity player, GameMode gameMode)- Mappings:
Namespace Name Mixin selector official aLyg;a(Ldg;Labk;Lbvu;)Vintermediary method_13390Lnet/minecraft/class_3064;method_13390(Lnet/minecraft/class_2168;Lnet/minecraft/class_3222;Lnet/minecraft/class_1934;)Vnamed setGameModeLnet/minecraft/server/command/GameModeCommand;setGameMode(Lnet/minecraft/server/command/ServerCommandSource;Lnet/minecraft/server/network/ServerPlayerEntity;Lnet/minecraft/world/GameMode;)V
-
execute
private static int execute(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, Collection<ServerPlayerEntity> targets, GameMode gameMode)- Mappings:
Namespace Name Mixin selector official aLyg;a(Lcom/mojang/brigadier/context/CommandContext;Ljava/util/Collection;Lbvu;)Iintermediary method_13387Lnet/minecraft/class_3064;method_13387(Lcom/mojang/brigadier/context/CommandContext;Ljava/util/Collection;Lnet/minecraft/class_1934;)Inamed executeLnet/minecraft/server/command/GameModeCommand;execute(Lcom/mojang/brigadier/context/CommandContext;Ljava/util/Collection;Lnet/minecraft/world/GameMode;)I
-