Package net.minecraft.server.command
Class ScheduleCommand
java.lang.Object
net.minecraft.server.command.ScheduleCommand
- Mappings:
 Namespace Name named net/minecraft/server/command/ScheduleCommandintermediary net/minecraft/class_3112official aod
- 
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final com.mojang.brigadier.exceptions.DynamicCommandExceptionTypeprivate static final com.mojang.brigadier.exceptions.SimpleCommandExceptionTypeprivate static final com.mojang.brigadier.suggestion.SuggestionProvider<ServerCommandSource>  - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprivate static intclearEvent(ServerCommandSource source, String eventName) private static intexecute(ServerCommandSource source, com.mojang.datafixers.util.Pair<Identifier, com.mojang.datafixers.util.Either<CommandFunction<ServerCommandSource>, Collection<CommandFunction<ServerCommandSource>>>> function, int time, boolean replace) static voidregister(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher)  
- 
Field Details
- 
SAME_TICK_EXCEPTION
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType SAME_TICK_EXCEPTION- Mappings:
 Namespace Name Mixin selector named SAME_TICK_EXCEPTIONLnet/minecraft/server/command/ScheduleCommand;SAME_TICK_EXCEPTION:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;intermediary field_13706Lnet/minecraft/class_3112;field_13706:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;official aLaod;a:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
 - 
CLEARED_FAILURE_EXCEPTION
private static final com.mojang.brigadier.exceptions.DynamicCommandExceptionType CLEARED_FAILURE_EXCEPTION- Mappings:
 Namespace Name Mixin selector named CLEARED_FAILURE_EXCEPTIONLnet/minecraft/server/command/ScheduleCommand;CLEARED_FAILURE_EXCEPTION:Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;intermediary field_20853Lnet/minecraft/class_3112;field_20853:Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;official bLaod;b:Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;
 - 
SUGGESTION_PROVIDER
private static final com.mojang.brigadier.suggestion.SuggestionProvider<ServerCommandSource> SUGGESTION_PROVIDER- Mappings:
 Namespace Name Mixin selector named SUGGESTION_PROVIDERLnet/minecraft/server/command/ScheduleCommand;SUGGESTION_PROVIDER:Lcom/mojang/brigadier/suggestion/SuggestionProvider;intermediary field_20854Lnet/minecraft/class_3112;field_20854:Lcom/mojang/brigadier/suggestion/SuggestionProvider;official cLaod;c:Lcom/mojang/brigadier/suggestion/SuggestionProvider;
 
 - 
 - 
Constructor Details
- 
ScheduleCommand
public ScheduleCommand() 
 - 
 - 
Method Details
- 
register
- Mappings:
 Namespace Name Mixin selector named registerLnet/minecraft/server/command/ScheduleCommand;register(Lcom/mojang/brigadier/CommandDispatcher;)Vintermediary method_13567Lnet/minecraft/class_3112;method_13567(Lcom/mojang/brigadier/CommandDispatcher;)Vofficial aLaod;a(Lcom/mojang/brigadier/CommandDispatcher;)V
 - 
execute
private static int execute(ServerCommandSource source, com.mojang.datafixers.util.Pair<Identifier, com.mojang.datafixers.util.Either<CommandFunction<ServerCommandSource>, throws com.mojang.brigadier.exceptions.CommandSyntaxExceptionCollection<CommandFunction<ServerCommandSource>>>> function, int time, boolean replace) - Throws:
 com.mojang.brigadier.exceptions.CommandSyntaxException- Mappings:
 Namespace Name Mixin selector named executeLnet/minecraft/server/command/ScheduleCommand;execute(Lnet/minecraft/server/command/ServerCommandSource;Lcom/mojang/datafixers/util/Pair;IZ)Iintermediary method_13566Lnet/minecraft/class_3112;method_13566(Lnet/minecraft/class_2168;Lcom/mojang/datafixers/util/Pair;IZ)Iofficial aLaod;a(Let;Lcom/mojang/datafixers/util/Pair;IZ)I
 - 
clearEvent
private static int clearEvent(ServerCommandSource source, String eventName) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Throws:
 com.mojang.brigadier.exceptions.CommandSyntaxException- Mappings:
 Namespace Name Mixin selector named clearEventLnet/minecraft/server/command/ScheduleCommand;clearEvent(Lnet/minecraft/server/command/ServerCommandSource;Ljava/lang/String;)Iintermediary method_22833Lnet/minecraft/class_3112;method_22833(Lnet/minecraft/class_2168;Ljava/lang/String;)Iofficial aLaod;a(Let;Ljava/lang/String;)I
 
 -