Package net.minecraft.server.commands
Class RaidCommand
java.lang.Object
net.minecraft.server.commands.RaidCommand
- 
Constructor Summary
Constructors - 
Method Summary
Modifier 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
- 
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
 
 -