Interface IRayCasting
public interface IRayCasting
-
Method Summary
Modifier and TypeMethodDescriptionnet.minecraft.world.phys.BlockHitResultcast(net.minecraft.core.BlockPos pos, InteractionMode mode, double range, double wallsRange, boolean strictDirection, boolean airPlace) net.minecraft.world.phys.BlockHitResultraycast(net.minecraft.world.phys.Vec3 start, net.minecraft.world.phys.Vec3 end)
-
Method Details
-
cast
net.minecraft.world.phys.BlockHitResult cast(net.minecraft.core.BlockPos pos, InteractionMode mode, double range, double wallsRange, boolean strictDirection, boolean airPlace) -
raycast
net.minecraft.world.phys.BlockHitResult raycast(net.minecraft.world.phys.Vec3 start, net.minecraft.world.phys.Vec3 end)
-