Package net.minecraft.server.command
Class RideCommand
java.lang.Object
net.minecraft.server.command.RideCommand
- Mappings:
 Namespace Name named net/minecraft/server/command/RideCommandintermediary net/minecraft/class_8011official any
- 
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final com.mojang.brigadier.exceptions.Dynamic2CommandExceptionTypeprivate static final com.mojang.brigadier.exceptions.SimpleCommandExceptionTypeprivate static final com.mojang.brigadier.exceptions.Dynamic2CommandExceptionTypeprivate static final com.mojang.brigadier.exceptions.DynamicCommandExceptionTypeprivate static final com.mojang.brigadier.exceptions.SimpleCommandExceptionTypeprivate static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprivate static intexecuteDismount(ServerCommandSource source, Entity rider) private static intexecuteMount(ServerCommandSource source, Entity rider, Entity vehicle) static voidregister(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher)  
- 
Field Details
- 
NOT_RIDING_EXCEPTION
private static final com.mojang.brigadier.exceptions.DynamicCommandExceptionType NOT_RIDING_EXCEPTION- Mappings:
 Namespace Name Mixin selector named NOT_RIDING_EXCEPTIONLnet/minecraft/server/command/RideCommand;NOT_RIDING_EXCEPTION:Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;intermediary field_41742Lnet/minecraft/class_8011;field_41742:Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;official aLany;a:Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;
 - 
ALREADY_RIDING_EXCEPTION
private static final com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType ALREADY_RIDING_EXCEPTION- Mappings:
 Namespace Name Mixin selector named ALREADY_RIDING_EXCEPTIONLnet/minecraft/server/command/RideCommand;ALREADY_RIDING_EXCEPTION:Lcom/mojang/brigadier/exceptions/Dynamic2CommandExceptionType;intermediary field_41743Lnet/minecraft/class_8011;field_41743:Lcom/mojang/brigadier/exceptions/Dynamic2CommandExceptionType;official bLany;b:Lcom/mojang/brigadier/exceptions/Dynamic2CommandExceptionType;
 - 
GENERIC_FAILURE_EXCEPTION
private static final com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType GENERIC_FAILURE_EXCEPTION- Mappings:
 Namespace Name Mixin selector named GENERIC_FAILURE_EXCEPTIONLnet/minecraft/server/command/RideCommand;GENERIC_FAILURE_EXCEPTION:Lcom/mojang/brigadier/exceptions/Dynamic2CommandExceptionType;intermediary field_41744Lnet/minecraft/class_8011;field_41744:Lcom/mojang/brigadier/exceptions/Dynamic2CommandExceptionType;official cLany;c:Lcom/mojang/brigadier/exceptions/Dynamic2CommandExceptionType;
 - 
CANT_RIDE_PLAYERS_EXCEPTION
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType CANT_RIDE_PLAYERS_EXCEPTION- Mappings:
 Namespace Name Mixin selector named CANT_RIDE_PLAYERS_EXCEPTIONLnet/minecraft/server/command/RideCommand;CANT_RIDE_PLAYERS_EXCEPTION:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;intermediary field_41745Lnet/minecraft/class_8011;field_41745:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;official dLany;d:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
 - 
RIDE_LOOP_EXCEPTION
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType RIDE_LOOP_EXCEPTION- Mappings:
 Namespace Name Mixin selector named RIDE_LOOP_EXCEPTIONLnet/minecraft/server/command/RideCommand;RIDE_LOOP_EXCEPTION:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;intermediary field_41746Lnet/minecraft/class_8011;field_41746:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;official eLany;e:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
 - 
WRONG_DIMENSION_EXCEPTION
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType WRONG_DIMENSION_EXCEPTION- Mappings:
 Namespace Name Mixin selector named WRONG_DIMENSION_EXCEPTIONLnet/minecraft/server/command/RideCommand;WRONG_DIMENSION_EXCEPTION:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;intermediary field_42239Lnet/minecraft/class_8011;field_42239:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;official fLany;f:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
 
 - 
 - 
Constructor Details
- 
RideCommand
public RideCommand() 
 - 
 - 
Method Details
- 
register
- Mappings:
 Namespace Name Mixin selector named registerLnet/minecraft/server/command/RideCommand;register(Lcom/mojang/brigadier/CommandDispatcher;)Vintermediary method_48078Lnet/minecraft/class_8011;method_48078(Lcom/mojang/brigadier/CommandDispatcher;)Vofficial aLany;a(Lcom/mojang/brigadier/CommandDispatcher;)V
 - 
executeMount
private static int executeMount(ServerCommandSource source, Entity rider, Entity vehicle) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Throws:
 com.mojang.brigadier.exceptions.CommandSyntaxException- Mappings:
 Namespace Name Mixin selector named executeMountLnet/minecraft/server/command/RideCommand;executeMount(Lnet/minecraft/server/command/ServerCommandSource;Lnet/minecraft/entity/Entity;Lnet/minecraft/entity/Entity;)Iintermediary method_48082Lnet/minecraft/class_8011;method_48082(Lnet/minecraft/class_2168;Lnet/minecraft/class_1297;Lnet/minecraft/class_1297;)Iofficial aLany;a(Let;Lbsr;Lbsr;)I
 - 
executeDismount
private static int executeDismount(ServerCommandSource source, Entity rider) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Throws:
 com.mojang.brigadier.exceptions.CommandSyntaxException- Mappings:
 Namespace Name Mixin selector named executeDismountLnet/minecraft/server/command/RideCommand;executeDismount(Lnet/minecraft/server/command/ServerCommandSource;Lnet/minecraft/entity/Entity;)Iintermediary method_48081Lnet/minecraft/class_8011;method_48081(Lnet/minecraft/class_2168;Lnet/minecraft/class_1297;)Iofficial aLany;a(Let;Lbsr;)I
 
 -