类 RideCommand
java.lang.Object
net.minecraft.server.commands.RideCommand
-
字段概要
字段修饰符和类型字段说明private static final com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType
private static final com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType
private static final com.mojang.brigadier.exceptions.DynamicCommandExceptionType
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明private static int
dismount
(CommandSourceStack p_265724_, Entity p_265678_) private static int
mount
(CommandSourceStack p_265285_, Entity p_265711_, Entity p_265339_) static void
register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_265201_)
-
字段详细资料
-
ERROR_NOT_RIDING
private static final com.mojang.brigadier.exceptions.DynamicCommandExceptionType ERROR_NOT_RIDING -
ERROR_ALREADY_RIDING
private static final com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType ERROR_ALREADY_RIDING -
ERROR_MOUNT_FAILED
private static final com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType ERROR_MOUNT_FAILED -
ERROR_MOUNTING_PLAYER
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType ERROR_MOUNTING_PLAYER -
ERROR_MOUNTING_LOOP
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType ERROR_MOUNTING_LOOP -
ERROR_WRONG_DIMENSION
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType ERROR_WRONG_DIMENSION
-
-
构造器详细资料
-
RideCommand
public RideCommand()
-
-
方法详细资料
-
register
-
mount
private static int mount(CommandSourceStack p_265285_, Entity p_265711_, Entity p_265339_) throws com.mojang.brigadier.exceptions.CommandSyntaxException - 抛出:
com.mojang.brigadier.exceptions.CommandSyntaxException
-
dismount
private static int dismount(CommandSourceStack p_265724_, Entity p_265678_) throws com.mojang.brigadier.exceptions.CommandSyntaxException - 抛出:
com.mojang.brigadier.exceptions.CommandSyntaxException
-