Class RaidCommand

java.lang.Object
net.minecraft.server.commands.RaidCommand

public class RaidCommand extends Object
  • Constructor Details

    • RaidCommand

      public RaidCommand()
  • Method Details

    • register

      public static void register(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_180469_)
    • 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

      private static int spawnLeader(CommandSourceStack p_180483_)
    • playSound

      private static int playSound(CommandSourceStack p_180478_, Component p_180479_)
    • 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

      @Nullable private static Raid getRaid(ServerPlayer p_180467_)