Class RaidCommand

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

public class RaidCommand extends Object
Mappings:
Namespace Name
named net/minecraft/server/command/RaidCommand
intermediary net/minecraft/class_6329
official anz
  • Constructor Details Link icon

    • RaidCommand Link icon

      public RaidCommand()
  • Method Details Link icon

    • register Link icon

      public static void register(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher, CommandRegistryAccess registryAccess)
      Mappings:
      Namespace Name Mixin selector
      named register Lnet/minecraft/server/command/RaidCommand;register(Lcom/mojang/brigadier/CommandDispatcher;Lnet/minecraft/command/CommandRegistryAccess;)V
      intermediary method_36192 Lnet/minecraft/class_6329;method_36192(Lcom/mojang/brigadier/CommandDispatcher;Lnet/minecraft/class_7157;)V
      official a Lanz;a(Lcom/mojang/brigadier/CommandDispatcher;Let;)V
    • executeGlow Link icon

      private static int executeGlow(ServerCommandSource source) throws com.mojang.brigadier.exceptions.CommandSyntaxException
      Throws:
      com.mojang.brigadier.exceptions.CommandSyntaxException
      Mappings:
      Namespace Name Mixin selector
      named executeGlow Lnet/minecraft/server/command/RaidCommand;executeGlow(Lnet/minecraft/server/command/ServerCommandSource;)I
      intermediary method_36194 Lnet/minecraft/class_6329;method_36194(Lnet/minecraft/class_2168;)I
      official a Lanz;a(Lex;)I
    • executeSetOmen Link icon

      private static int executeSetOmen(ServerCommandSource source, int level) throws com.mojang.brigadier.exceptions.CommandSyntaxException
      Throws:
      com.mojang.brigadier.exceptions.CommandSyntaxException
      Mappings:
      Namespace Name Mixin selector
      named executeSetOmen Lnet/minecraft/server/command/RaidCommand;executeSetOmen(Lnet/minecraft/server/command/ServerCommandSource;I)I
      intermediary method_36195 Lnet/minecraft/class_6329;method_36195(Lnet/minecraft/class_2168;I)I
      official a Lanz;a(Lex;I)I
    • executeSpawnLeader Link icon

      private static int executeSpawnLeader(ServerCommandSource source)
      Mappings:
      Namespace Name Mixin selector
      named executeSpawnLeader Lnet/minecraft/server/command/RaidCommand;executeSpawnLeader(Lnet/minecraft/server/command/ServerCommandSource;)I
      intermediary method_36198 Lnet/minecraft/class_6329;method_36198(Lnet/minecraft/class_2168;)I
      official b Lanz;b(Lex;)I
    • executeSound Link icon

      private static int executeSound(ServerCommandSource source, @Nullable @Nullable Text type)
      Mappings:
      Namespace Name Mixin selector
      named executeSound Lnet/minecraft/server/command/RaidCommand;executeSound(Lnet/minecraft/server/command/ServerCommandSource;Lnet/minecraft/text/Text;)I
      intermediary method_36196 Lnet/minecraft/class_6329;method_36196(Lnet/minecraft/class_2168;Lnet/minecraft/class_2561;)I
      official a Lanz;a(Lex;Lwp;)I
    • executeStart Link icon

      private static int executeStart(ServerCommandSource source, int level) throws com.mojang.brigadier.exceptions.CommandSyntaxException
      Throws:
      com.mojang.brigadier.exceptions.CommandSyntaxException
      Mappings:
      Namespace Name Mixin selector
      named executeStart Lnet/minecraft/server/command/RaidCommand;executeStart(Lnet/minecraft/server/command/ServerCommandSource;I)I
      intermediary method_36199 Lnet/minecraft/class_6329;method_36199(Lnet/minecraft/class_2168;I)I
      official b Lanz;b(Lex;I)I
    • executeStop Link icon

      private static int executeStop(ServerCommandSource source) throws com.mojang.brigadier.exceptions.CommandSyntaxException
      Throws:
      com.mojang.brigadier.exceptions.CommandSyntaxException
      Mappings:
      Namespace Name Mixin selector
      named executeStop Lnet/minecraft/server/command/RaidCommand;executeStop(Lnet/minecraft/server/command/ServerCommandSource;)I
      intermediary method_36201 Lnet/minecraft/class_6329;method_36201(Lnet/minecraft/class_2168;)I
      official c Lanz;c(Lex;)I
    • executeCheck Link icon

      private static int executeCheck(ServerCommandSource source) throws com.mojang.brigadier.exceptions.CommandSyntaxException
      Throws:
      com.mojang.brigadier.exceptions.CommandSyntaxException
      Mappings:
      Namespace Name Mixin selector
      named executeCheck Lnet/minecraft/server/command/RaidCommand;executeCheck(Lnet/minecraft/server/command/ServerCommandSource;)I
      intermediary method_36203 Lnet/minecraft/class_6329;method_36203(Lnet/minecraft/class_2168;)I
      official d Lanz;d(Lex;)I
    • getRaid Link icon

      @Nullable private static @Nullable Raid getRaid(ServerPlayerEntity player)
      Mappings:
      Namespace Name Mixin selector
      named getRaid Lnet/minecraft/server/command/RaidCommand;getRaid(Lnet/minecraft/server/network/ServerPlayerEntity;)Lnet/minecraft/village/raid/Raid;
      intermediary method_36191 Lnet/minecraft/class_6329;method_36191(Lnet/minecraft/class_3222;)Lnet/minecraft/class_3765;
      official a Lanz;a(Lare;)Lcql;