Package net.minecraft.server.commands
Class RaidCommand
java.lang.Object
net.minecraft.server.commands.RaidCommand
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprivate static intcheck(CommandSourceStack p_180494_) private static RaidgetRaid(ServerPlayer p_180467_) private static intglow(CommandSourceStack p_180473_) private static intplaySound(CommandSourceStack p_180478_, Component p_180479_) static voidregister(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_180469_) private static intsetBadOmenLevel(CommandSourceStack p_180475_, int p_180476_) private static intspawnLeader(CommandSourceStack p_180483_) private static intstart(CommandSourceStack p_180485_, int p_180486_) private static intstop(CommandSourceStack p_180490_) 
- 
Constructor Details- 
RaidCommandpublic RaidCommand()
 
- 
- 
Method Details- 
register
- 
glowprivate static int glow(CommandSourceStack p_180473_) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Throws:
- com.mojang.brigadier.exceptions.CommandSyntaxException
 
- 
setBadOmenLevelprivate static int setBadOmenLevel(CommandSourceStack p_180475_, int p_180476_) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Throws:
- com.mojang.brigadier.exceptions.CommandSyntaxException
 
- 
spawnLeader
- 
playSound
- 
startprivate static int start(CommandSourceStack p_180485_, int p_180486_) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Throws:
- com.mojang.brigadier.exceptions.CommandSyntaxException
 
- 
stopprivate static int stop(CommandSourceStack p_180490_) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Throws:
- com.mojang.brigadier.exceptions.CommandSyntaxException
 
- 
checkprivate static int check(CommandSourceStack p_180494_) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Throws:
- com.mojang.brigadier.exceptions.CommandSyntaxException
 
- 
getRaid
 
-