Class ExpandHitResult
java.lang.Object
com.blamejared.crafttweaker.natives.util.ExpandHitResult
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic doubledistanceTo(net.minecraft.world.phys.HitResult internal, net.minecraft.world.entity.Entity entity) static net.minecraft.world.phys.Vec3getLocation(net.minecraft.world.phys.HitResult internal) static net.minecraft.world.phys.HitResult.TypegetType(net.minecraft.world.phys.HitResult internal)
-
Constructor Details
-
ExpandHitResult
public ExpandHitResult()
-
-
Method Details
-
distanceTo
public static double distanceTo(net.minecraft.world.phys.HitResult internal, net.minecraft.world.entity.Entity entity) -
getType
public static net.minecraft.world.phys.HitResult.Type getType(net.minecraft.world.phys.HitResult internal) -
getLocation
public static net.minecraft.world.phys.Vec3 getLocation(net.minecraft.world.phys.HitResult internal)
-