| Modifier and Type | Method and Description |
|---|---|
double |
distance() |
com.nukkitx.math.vector.Vector3f |
getDirection() |
com.nukkitx.math.vector.Vector3f |
getEnd() |
com.nukkitx.math.vector.Vector3f |
getStart() |
Iterator<com.nukkitx.math.vector.Vector3i> |
iterator() |
static BlockRayTrace |
of(com.nukkitx.math.vector.Vector3f start,
com.nukkitx.math.vector.Vector3f end) |
static BlockRayTrace |
of(com.nukkitx.math.vector.Vector3f start,
com.nukkitx.math.vector.Vector3f direction,
double distance) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic static BlockRayTrace of(com.nukkitx.math.vector.Vector3f start, com.nukkitx.math.vector.Vector3f direction, double distance)
public static BlockRayTrace of(com.nukkitx.math.vector.Vector3f start, com.nukkitx.math.vector.Vector3f end)
public com.nukkitx.math.vector.Vector3f getStart()
public com.nukkitx.math.vector.Vector3f getEnd()
public com.nukkitx.math.vector.Vector3f getDirection()
public double distance()
Copyright © 2020. All rights reserved.