Package | Description |
---|---|
net.minecraft.command.impl |
Modifier and Type | Method and Description |
---|---|
private static void |
TeleportCommand.teleport(CommandSource source,
Entity entityIn,
ServerWorld worldIn,
double x,
double y,
double z,
java.util.Set<SPlayerPositionLookPacket.Flags> relativeList,
float yaw,
float pitch,
TeleportCommand.Facing facing) |
private static int |
TeleportCommand.teleportToPos(CommandSource source,
java.util.Collection<? extends Entity> targets,
ServerWorld worldIn,
ILocationArgument position,
ILocationArgument rotationIn,
TeleportCommand.Facing facing) |