Package net.minecraft.server.commands
Class RaidCommand
java.lang.Object
net.minecraft.server.commands.RaidCommand
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprivate static int
check
(CommandSourceStack p_180494_) private static Raid
getRaid
(ServerPlayer p_180467_) private static int
glow
(CommandSourceStack p_180473_) private static int
playSound
(CommandSourceStack p_180478_, Component p_180479_) static void
register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_180469_) private static int
setBadOmenLevel
(CommandSourceStack p_180475_, int p_180476_) private static int
spawnLeader
(CommandSourceStack p_180483_) private static int
start
(CommandSourceStack p_180485_, int p_180486_) private static int
stop
(CommandSourceStack p_180490_)
-
Constructor Details
-
RaidCommand
public RaidCommand()
-
-
Method Details
-
register
-
glow
private static int glow(CommandSourceStack p_180473_) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException
-
setBadOmenLevel
private static int setBadOmenLevel(CommandSourceStack p_180475_, int p_180476_) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException
-
spawnLeader
-
playSound
-
start
private static int start(CommandSourceStack p_180485_, int p_180486_) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException
-
stop
private static int stop(CommandSourceStack p_180490_) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException
-
check
private static int check(CommandSourceStack p_180494_) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException
-
getRaid
-