Package net.minecraft.server.command
Class RaidCommand
java.lang.Object
net.minecraft.server.command.RaidCommand
- Mappings:
 Namespace Name named net/minecraft/server/command/RaidCommandintermediary net/minecraft/class_6329official apl
- 
Constructor Summary
Constructors - 
Method Summary
Modifier 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, 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 registerLnet/minecraft/server/command/RaidCommand;register(Lcom/mojang/brigadier/CommandDispatcher;Lnet/minecraft/command/CommandRegistryAccess;)Vintermediary method_36192Lnet/minecraft/class_6329;method_36192(Lcom/mojang/brigadier/CommandDispatcher;Lnet/minecraft/class_7157;)Vofficial aLapl;a(Lcom/mojang/brigadier/CommandDispatcher;Leg;)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 executeGlowLnet/minecraft/server/command/RaidCommand;executeGlow(Lnet/minecraft/server/command/ServerCommandSource;)Iintermediary method_36194Lnet/minecraft/class_6329;method_36194(Lnet/minecraft/class_2168;)Iofficial aLapl;a(Lek;)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 executeSetOmenLnet/minecraft/server/command/RaidCommand;executeSetOmen(Lnet/minecraft/server/command/ServerCommandSource;I)Iintermediary method_36195Lnet/minecraft/class_6329;method_36195(Lnet/minecraft/class_2168;I)Iofficial aLapl;a(Lek;I)I
 - 
executeSpawnLeader
- Mappings:
 Namespace Name Mixin selector named executeSpawnLeaderLnet/minecraft/server/command/RaidCommand;executeSpawnLeader(Lnet/minecraft/server/command/ServerCommandSource;)Iintermediary method_36198Lnet/minecraft/class_6329;method_36198(Lnet/minecraft/class_2168;)Iofficial bLapl;b(Lek;)I
 - 
executeSound
- Mappings:
 Namespace Name Mixin selector named executeSoundLnet/minecraft/server/command/RaidCommand;executeSound(Lnet/minecraft/server/command/ServerCommandSource;Lnet/minecraft/text/Text;)Iintermediary method_36196Lnet/minecraft/class_6329;method_36196(Lnet/minecraft/class_2168;Lnet/minecraft/class_2561;)Iofficial aLapl;a(Lek;Lxo;)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 executeStartLnet/minecraft/server/command/RaidCommand;executeStart(Lnet/minecraft/server/command/ServerCommandSource;I)Iintermediary method_36199Lnet/minecraft/class_6329;method_36199(Lnet/minecraft/class_2168;I)Iofficial bLapl;b(Lek;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 executeStopLnet/minecraft/server/command/RaidCommand;executeStop(Lnet/minecraft/server/command/ServerCommandSource;)Iintermediary method_36201Lnet/minecraft/class_6329;method_36201(Lnet/minecraft/class_2168;)Iofficial cLapl;c(Lek;)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 executeCheckLnet/minecraft/server/command/RaidCommand;executeCheck(Lnet/minecraft/server/command/ServerCommandSource;)Iintermediary method_36203Lnet/minecraft/class_6329;method_36203(Lnet/minecraft/class_2168;)Iofficial dLapl;d(Lek;)I
 - 
getRaid
- Mappings:
 Namespace Name Mixin selector named getRaidLnet/minecraft/server/command/RaidCommand;getRaid(Lnet/minecraft/server/network/ServerPlayerEntity;)Lnet/minecraft/village/raid/Raid;intermediary method_36191Lnet/minecraft/class_6329;method_36191(Lnet/minecraft/class_3222;)Lnet/minecraft/class_3765;official aLapl;a(Lauc;)Lcwj;
 
 -