Package net.minecraft.server.command
Class RaidCommand
java.lang.Object
net.minecraft.server.command.RaidCommand
- Mappings:
- Namespace - Name - official - afn- intermediary - net/minecraft/class_6329- named - net/minecraft/server/command/RaidCommand
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprivate static intexecuteCheck(ServerCommandSource source) private static intexecuteGlow(ServerCommandSource source) private static intexecuteSetOmen(ServerCommandSource source, int level) private static intexecuteSound(ServerCommandSource source, @Nullable Text type) private static intprivate static intexecuteStart(ServerCommandSource source, int level) private static intexecuteStop(ServerCommandSource source) getRaid(ServerPlayerEntity player) static voidregister(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher) 
- 
Constructor Details- 
RaidCommandpublic RaidCommand()
 
- 
- 
Method Details- 
register- Mappings:
- Namespace - Name - Mixin selector - official - a- Lafn;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
 
- 
executeGlowprivate static int executeGlow(ServerCommandSource source) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Throws:
- com.mojang.brigadier.exceptions.CommandSyntaxException
- Mappings:
- Namespace - Name - Mixin selector - official - a- Lafn;a(Lds;)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
 
- 
executeSetOmenprivate 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- Lafn;a(Lds;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- Mappings:
- Namespace - Name - Mixin selector - official - b- Lafn;b(Lds;)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- Mappings:
- Namespace - Name - Mixin selector - official - a- Lafn;a(Lds;Lsw;)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
 
- 
executeStartprivate 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- Lafn;b(Lds;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
 
- 
executeStopprivate static int executeStop(ServerCommandSource source) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Throws:
- com.mojang.brigadier.exceptions.CommandSyntaxException
- Mappings:
- Namespace - Name - Mixin selector - official - c- Lafn;c(Lds;)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
 
- 
executeCheckprivate static int executeCheck(ServerCommandSource source) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Throws:
- com.mojang.brigadier.exceptions.CommandSyntaxException
- Mappings:
- Namespace - Name - Mixin selector - official - d- Lafn;d(Lds;)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- Mappings:
- Namespace - Name - Mixin selector - official - a- Lafn;a(Laig;)Lbzv;- 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;
 
 
-