Package net.minecraft.server.command
Class RaidCommand
java.lang.Object
net.minecraft.server.command.RaidCommand
- Mappings:
Namespace Name named net/minecraft/server/command/RaidCommand
intermediary net/minecraft/class_6329
official aog
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprivate static int
executeCheck
(ServerCommandSource source) private static int
executeGlow
(ServerCommandSource source) private static int
executeSetOmen
(ServerCommandSource source, int level) private static int
executeSound
(ServerCommandSource source, @Nullable Text type) private static int
private static int
executeStart
(ServerCommandSource source, int level) private static int
executeStop
(ServerCommandSource source) getRaid
(ServerPlayerEntity player) static void
register
(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher, CommandRegistryAccess registryAccess)
-
Constructor Details
-
RaidCommand
public RaidCommand()
-
-
Method Details
-
register
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
Laog;a(Lcom/mojang/brigadier/CommandDispatcher;Lel;)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 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
Laog;a(Lep;)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 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
Laog;a(Lep;I)I
-
executeSpawnLeader
- 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
Laog;b(Lep;)I
-
executeSound
- 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
Laog;a(Lep;Lxp;)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 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
Laog;b(Lep;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 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
Laog;c(Lep;)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 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
Laog;d(Lep;)I
-
getRaid
- 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
Laog;a(Larg;)Lcok;
-