Class RideCommand
java.lang.Object
net.minecraft.server.commands.RideCommand
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final Dynamic2CommandExceptionTypeprivate static final Dynamic2CommandExceptionTypeprivate static final SimpleCommandExceptionTypeprivate static final SimpleCommandExceptionTypeprivate static final DynamicCommandExceptionTypeprivate static final SimpleCommandExceptionType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static intdismount(CommandSourceStack source, Entity target) private static intmount(CommandSourceStack source, Entity target, Entity vehicle) static voidregister(CommandDispatcher<CommandSourceStack> dispatcher)
-
Field Details
-
ERROR_NOT_RIDING
-
ERROR_ALREADY_RIDING
-
ERROR_MOUNT_FAILED
-
ERROR_MOUNTING_PLAYER
-
ERROR_MOUNTING_LOOP
-
ERROR_WRONG_DIMENSION
-
-
Constructor Details
-
RideCommand
public RideCommand()
-
-
Method Details
-
register
-
mount
private static int mount(CommandSourceStack source, Entity target, Entity vehicle) throws CommandSyntaxException - Throws:
CommandSyntaxException
-
dismount
- Throws:
CommandSyntaxException
-