类 RayTracer
java.lang.Object
committee.nova.mods.avaritia.api.util.math.RayTracer
Description:
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static net.minecraft.world.phys.Vec3getCorrectedHeadVec(net.minecraft.world.entity.player.Player player) static net.minecraft.world.phys.Vec3getEndVec(net.minecraft.world.entity.player.Player player) static net.minecraft.world.phys.Vec3getEndVec(net.minecraft.world.entity.player.Player player, double reach) static net.minecraft.world.phys.Vec3getStartVec(net.minecraft.world.entity.player.Player player) static net.minecraft.world.phys.BlockHitResultretrace(net.minecraft.world.entity.player.Player player, double reach)
-
构造器详细资料
-
RayTracer
public RayTracer()
-
-
方法详细资料
-
getCorrectedHeadVec
public static net.minecraft.world.phys.Vec3 getCorrectedHeadVec(net.minecraft.world.entity.player.Player player) -
getStartVec
public static net.minecraft.world.phys.Vec3 getStartVec(net.minecraft.world.entity.player.Player player) -
getEndVec
public static net.minecraft.world.phys.Vec3 getEndVec(net.minecraft.world.entity.player.Player player) -
getEndVec
public static net.minecraft.world.phys.Vec3 getEndVec(net.minecraft.world.entity.player.Player player, double reach) -
retrace
public static net.minecraft.world.phys.BlockHitResult retrace(net.minecraft.world.entity.player.Player player, double reach)
-