net.minecraft.server.command

public class RideCommand

net.minecraft.server.commands.RideCommand
net.minecraft.class_8011
net.minecraft.server.command.RideCommand

Field summary

Modifier and TypeField
private static final com.mojang.brigadier.exceptions.DynamicCommandExceptionType
ERROR_NOT_RIDING
field_41742
NOT_RIDING_EXCEPTION
private static final com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType
ERROR_ALREADY_RIDING
field_41743
ALREADY_RIDING_EXCEPTION
private static final com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType
ERROR_MOUNT_FAILED
field_41744
GENERIC_FAILURE_EXCEPTION
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType
ERROR_MOUNTING_PLAYER
field_41745
CANT_RIDE_PLAYERS_EXCEPTION
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType
ERROR_MOUNTING_LOOP
field_41746
RIDE_LOOP_EXCEPTION
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType
ERROR_WRONG_DIMENSION
field_42239
WRONG_DIMENSION_EXCEPTION

Constructor summary

ModifierConstructor
public ()

Method summary

Modifier and TypeMethod
public static void
register(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> dispatcher)
method_48078(com.mojang.brigadier.CommandDispatcher<class_2168> arg0)
register(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher)
private static int
mount(CommandSourceStack source, Entity target, Entity vehicle)
method_48082(class_2168 arg0, class_1297 arg1, class_1297 arg2)
executeMount(ServerCommandSource source, Entity rider, Entity vehicle)
private static int
dismount(CommandSourceStack source, Entity target)
method_48081(class_2168 arg0, class_1297 arg1)
executeDismount(ServerCommandSource source, Entity rider)
private static Text
lambda$dismount$0(Entity arg0, Entity arg1)
method_52038(class_1297 arg0, class_1297 arg1)
method_52038(Entity arg0, Entity arg1)
private static Text
lambda$mount$1(Entity arg0, Entity arg1)
method_52039(class_1297 arg0, class_1297 arg1)
method_52039(Entity arg0, Entity arg1)
private static boolean
lambda$mount$0(Entity arg0, Entity arg1)
method_48077(class_1297 arg0, class_1297 arg1)
method_48077(Entity arg0, Entity passenger)
private static int
lambda$register$1(com.mojang.brigadier.context.CommandContext arg0)
method_48079(com.mojang.brigadier.context.CommandContext arg0)
method_48079(com.mojang.brigadier.context.CommandContext context)
private static int
lambda$register$0(com.mojang.brigadier.context.CommandContext arg0)
method_48085(com.mojang.brigadier.context.CommandContext arg0)
method_48085(com.mojang.brigadier.context.CommandContext context)
private static com.mojang.brigadier.Message
lambda$static$2(Object arg0, Object arg1)
method_48084(Object arg0, Object arg1)
method_48084(Object rider, Object vehicle)
private static com.mojang.brigadier.Message
lambda$static$1(Object arg0, Object arg1)
method_48086(Object arg0, Object arg1)
method_48086(Object rider, Object vehicle)
private static com.mojang.brigadier.Message
lambda$static$0(Object arg0)
method_48083(Object arg0)
method_48083(Object entity)