Class RaidCommand

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

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

    • RaidCommand

      public RaidCommand()
  • Method Details

    • register

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

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

      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
      official a Laez;a(Ldn;I)I
      intermediary method_36195 Lnet/minecraft/class_6329;method_36195(Lnet/minecraft/class_2168;I)I
      named executeSetOmen Lnet/minecraft/server/command/RaidCommand;executeSetOmen(Lnet/minecraft/server/command/ServerCommandSource;I)I
    • executeSpawnLeader

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

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

      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
      official b Laez;b(Ldn;I)I
      intermediary method_36199 Lnet/minecraft/class_6329;method_36199(Lnet/minecraft/class_2168;I)I
      named executeStart Lnet/minecraft/server/command/RaidCommand;executeStart(Lnet/minecraft/server/command/ServerCommandSource;I)I
    • executeStop

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

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

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