Package net.minecraft.server.command
Class GameModeCommand
java.lang.Object
net.minecraft.server.command.GameModeCommand
- Mappings:
Namespace Name official aet
intermediary net/minecraft/class_3064
named net/minecraft/server/command/GameModeCommand
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprivate static int
execute
(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, Collection<ServerPlayerEntity> targets, GameMode gameMode) static void
register
(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher) private static void
sendFeedback
(ServerCommandSource source, ServerPlayerEntity player, GameMode gameMode)
-
Field Details
-
REQUIRED_PERMISSION_LEVEL
public static final int REQUIRED_PERMISSION_LEVEL- See Also:
- Mappings:
Namespace Name Mixin selector official a
Laet;a:I
intermediary field_33393
Lnet/minecraft/class_3064;field_33393:I
named REQUIRED_PERMISSION_LEVEL
Lnet/minecraft/server/command/GameModeCommand;REQUIRED_PERMISSION_LEVEL:I
-
-
Constructor Details
-
GameModeCommand
public GameModeCommand()
-
-
Method Details
-
register
- Mappings:
Namespace Name Mixin selector official a
Laet;a(Lcom/mojang/brigadier/CommandDispatcher;)V
intermediary method_13388
Lnet/minecraft/class_3064;method_13388(Lcom/mojang/brigadier/CommandDispatcher;)V
named register
Lnet/minecraft/server/command/GameModeCommand;register(Lcom/mojang/brigadier/CommandDispatcher;)V
-
sendFeedback
private static void sendFeedback(ServerCommandSource source, ServerPlayerEntity player, GameMode gameMode) - Mappings:
Namespace Name Mixin selector official a
Laet;a(Lds;Laig;Lcmj;)V
intermediary method_13390
Lnet/minecraft/class_3064;method_13390(Lnet/minecraft/class_2168;Lnet/minecraft/class_3222;Lnet/minecraft/class_1934;)V
named sendFeedback
Lnet/minecraft/server/command/GameModeCommand;sendFeedback(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 a
Laet;a(Lcom/mojang/brigadier/context/CommandContext;Ljava/util/Collection;Lcmj;)I
intermediary method_13387
Lnet/minecraft/class_3064;method_13387(Lcom/mojang/brigadier/context/CommandContext;Ljava/util/Collection;Lnet/minecraft/class_1934;)I
named execute
Lnet/minecraft/server/command/GameModeCommand;execute(Lcom/mojang/brigadier/context/CommandContext;Ljava/util/Collection;Lnet/minecraft/world/GameMode;)I
-