Package net.minecraft.server.command
Class SpectateCommand
java.lang.Object
net.minecraft.server.command.SpectateCommand
- Mappings:
Namespace Name official afo
intermediary net/minecraft/class_4694
named net/minecraft/server/command/SpectateCommand
-
Field Summary
Modifier and TypeFieldDescriptionprivate static final com.mojang.brigadier.exceptions.DynamicCommandExceptionType
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprivate static int
execute
(ServerCommandSource source, @Nullable Entity entity, ServerPlayerEntity player) static void
register
(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher)
-
Field Details
-
SPECTATE_SELF_EXCEPTION
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType SPECTATE_SELF_EXCEPTION- Mappings:
Namespace Name Mixin selector official a
Lafo;a:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
intermediary field_21463
Lnet/minecraft/class_4694;field_21463:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
named SPECTATE_SELF_EXCEPTION
Lnet/minecraft/server/command/SpectateCommand;SPECTATE_SELF_EXCEPTION:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
-
NOT_SPECTATOR_EXCEPTION
private static final com.mojang.brigadier.exceptions.DynamicCommandExceptionType NOT_SPECTATOR_EXCEPTION- Mappings:
Namespace Name Mixin selector official b
Lafo;b:Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;
intermediary field_21464
Lnet/minecraft/class_4694;field_21464:Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;
named NOT_SPECTATOR_EXCEPTION
Lnet/minecraft/server/command/SpectateCommand;NOT_SPECTATOR_EXCEPTION:Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;
-
-
Constructor Details
-
SpectateCommand
public SpectateCommand()
-
-
Method Details
-
register
- Mappings:
Namespace Name Mixin selector official a
Lafo;a(Lcom/mojang/brigadier/CommandDispatcher;)V
intermediary method_23653
Lnet/minecraft/class_4694;method_23653(Lcom/mojang/brigadier/CommandDispatcher;)V
named register
Lnet/minecraft/server/command/SpectateCommand;register(Lcom/mojang/brigadier/CommandDispatcher;)V
-
execute
private static int execute(ServerCommandSource source, @Nullable @Nullable Entity entity, ServerPlayerEntity player) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException
- Mappings:
Namespace Name Mixin selector official a
Lafo;a(Ldn;Lbdr;Lahn;)I
intermediary method_23652
Lnet/minecraft/class_4694;method_23652(Lnet/minecraft/class_2168;Lnet/minecraft/class_1297;Lnet/minecraft/class_3222;)I
named execute
Lnet/minecraft/server/command/SpectateCommand;execute(Lnet/minecraft/server/command/ServerCommandSource;Lnet/minecraft/entity/Entity;Lnet/minecraft/server/network/ServerPlayerEntity;)I
-