Package net.minecraft.command.impl
Class SpectateCommand
- java.lang.Object
-
- net.minecraft.command.impl.SpectateCommand
-
public class SpectateCommand extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private static com.mojang.brigadier.exceptions.DynamicCommandExceptionType
ERROR_NOT_SPECTATOR
private static com.mojang.brigadier.exceptions.SimpleCommandExceptionType
ERROR_SELF
-
Constructor Summary
Constructors Constructor Description SpectateCommand()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
register(com.mojang.brigadier.CommandDispatcher<CommandSource> p_229826_0_)
private static int
spectate(CommandSource p_229829_0_, Entity p_229829_1_, ServerPlayerEntity p_229829_2_)
-
-
-
Method Detail
-
register
public static void register(com.mojang.brigadier.CommandDispatcher<CommandSource> p_229826_0_)
-
spectate
private static int spectate(CommandSource p_229829_0_, @Nullable Entity p_229829_1_, ServerPlayerEntity p_229829_2_) throws com.mojang.brigadier.exceptions.CommandSyntaxException
- Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException
-
-