Package net.minecraft.server.command
Class WaypointCommand
java.lang.Object
net.minecraft.server.command.WaypointCommand
- Mappings:
Namespace Name named net/minecraft/server/command/WaypointCommandintermediary net/minecraft/class_11178official aqk
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static intexecuteColor(ServerCommandSource source, ServerWaypoint waypoint, Integer color) private static intexecuteColor(ServerCommandSource source, ServerWaypoint waypoint, Formatting color) private static intexecuteFadeReset(ServerCommandSource source, ServerWaypoint waypoint, Waypoint.Config.AlphaFade fade) private static intexecuteList(ServerCommandSource source) private static intexecuteReset(ServerCommandSource source, ServerWaypoint waypoint) static voidregister(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher, CommandRegistryAccess registryAccess) private static voidupdateWaypointConfig(ServerCommandSource source, ServerWaypoint waypoint, Consumer<Waypoint.Config> configConsumer)
-
Constructor Details
-
WaypointCommand
public WaypointCommand()
-
-
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/WaypointCommand;register(Lcom/mojang/brigadier/CommandDispatcher;Lnet/minecraft/command/CommandRegistryAccess;)Vintermediary method_70610Lnet/minecraft/class_11178;method_70610(Lcom/mojang/brigadier/CommandDispatcher;Lnet/minecraft/class_7157;)Vofficial aLaqk;a(Lcom/mojang/brigadier/CommandDispatcher;Leg;)V
-
executeFadeReset
private static int executeFadeReset(ServerCommandSource source, ServerWaypoint waypoint, Waypoint.Config.AlphaFade fade) - Mappings:
Namespace Name Mixin selector named executeFadeResetLnet/minecraft/server/command/WaypointCommand;executeFadeReset(Lnet/minecraft/server/command/ServerCommandSource;Lnet/minecraft/world/waypoint/ServerWaypoint;Lnet/minecraft/world/waypoint/Waypoint$Config$AlphaFade;)Iintermediary method_70614Lnet/minecraft/class_11178;method_70614(Lnet/minecraft/class_2168;Lnet/minecraft/class_11212;Lnet/minecraft/class_11208$class_11209$class_11210;)Iofficial aLaqk;a(Lek;Lfir;Lfip$a$a;)I
-
executeColor
private static int executeColor(ServerCommandSource source, ServerWaypoint waypoint, Formatting color) - Mappings:
Namespace Name Mixin selector named executeColorLnet/minecraft/server/command/WaypointCommand;executeColor(Lnet/minecraft/server/command/ServerCommandSource;Lnet/minecraft/world/waypoint/ServerWaypoint;Lnet/minecraft/util/Formatting;)Iintermediary method_70617Lnet/minecraft/class_11178;method_70617(Lnet/minecraft/class_2168;Lnet/minecraft/class_11212;Lnet/minecraft/class_124;)Iofficial aLaqk;a(Lek;Lfir;Lo;)I
-
executeColor
- Mappings:
Namespace Name Mixin selector named executeColorLnet/minecraft/server/command/WaypointCommand;executeColor(Lnet/minecraft/server/command/ServerCommandSource;Lnet/minecraft/world/waypoint/ServerWaypoint;Ljava/lang/Integer;)Iintermediary method_70615Lnet/minecraft/class_11178;method_70615(Lnet/minecraft/class_2168;Lnet/minecraft/class_11212;Ljava/lang/Integer;)Iofficial aLaqk;a(Lek;Lfir;Ljava/lang/Integer;)I
-
executeReset
- Mappings:
Namespace Name Mixin selector named executeResetLnet/minecraft/server/command/WaypointCommand;executeReset(Lnet/minecraft/server/command/ServerCommandSource;Lnet/minecraft/world/waypoint/ServerWaypoint;)Iintermediary method_70613Lnet/minecraft/class_11178;method_70613(Lnet/minecraft/class_2168;Lnet/minecraft/class_11212;)Iofficial aLaqk;a(Lek;Lfir;)I
-
executeList
- Mappings:
Namespace Name Mixin selector named executeListLnet/minecraft/server/command/WaypointCommand;executeList(Lnet/minecraft/server/command/ServerCommandSource;)Iintermediary method_70612Lnet/minecraft/class_11178;method_70612(Lnet/minecraft/class_2168;)Iofficial aLaqk;a(Lek;)I
-
updateWaypointConfig
private static void updateWaypointConfig(ServerCommandSource source, ServerWaypoint waypoint, Consumer<Waypoint.Config> configConsumer) - Mappings:
Namespace Name Mixin selector named updateWaypointConfigLnet/minecraft/server/command/WaypointCommand;updateWaypointConfig(Lnet/minecraft/server/command/ServerCommandSource;Lnet/minecraft/world/waypoint/ServerWaypoint;Ljava/util/function/Consumer;)Vintermediary method_70616Lnet/minecraft/class_11178;method_70616(Lnet/minecraft/class_2168;Lnet/minecraft/class_11212;Ljava/util/function/Consumer;)Vofficial aLaqk;a(Lek;Lfir;Ljava/util/function/Consumer;)V
-