Package | Description |
---|---|
net.minecraft.command | |
net.minecraft.command.server |
Modifier and Type | Method and Description |
---|---|
static CommandBase.CoordinateArg |
CommandBase.parseCoordinate(double base,
java.lang.String selectorArg,
boolean centerBlock) |
static CommandBase.CoordinateArg |
CommandBase.parseCoordinate(double base,
java.lang.String selectorArg,
int min,
int max,
boolean centerBlock) |
Modifier and Type | Method and Description |
---|---|
private static void |
CommandTP.teleportEntityToCoordinates(Entity teleportingEntity,
CommandBase.CoordinateArg argX,
CommandBase.CoordinateArg argY,
CommandBase.CoordinateArg argZ,
CommandBase.CoordinateArg argYaw,
CommandBase.CoordinateArg argPitch) |
Modifier and Type | Method and Description |
---|---|
private static void |
CommandTeleport.doTeleport(Entity teleportingEntity,
CommandBase.CoordinateArg argX,
CommandBase.CoordinateArg argY,
CommandBase.CoordinateArg argZ,
CommandBase.CoordinateArg argYaw,
CommandBase.CoordinateArg argPitch) |