public class WorldUtil
extends java.lang.Object
Constructor and Description |
---|
WorldUtil() |
Modifier and Type | Method and Description |
---|---|
static net.minecraft.util.math.RayTraceResult |
rayTraceServerSide(net.minecraft.entity.player.EntityPlayer player,
double range) |
static net.minecraft.util.math.RayTraceResult |
rayTraceServerSide(net.minecraft.entity.player.EntityPlayer player,
double range,
boolean stopOnLiquid,
boolean ignoreBlockWithoutBoundingBox,
boolean returnLastUncollidableBlock) |
public static net.minecraft.util.math.RayTraceResult rayTraceServerSide(net.minecraft.entity.player.EntityPlayer player, double range)
public static net.minecraft.util.math.RayTraceResult rayTraceServerSide(net.minecraft.entity.player.EntityPlayer player, double range, boolean stopOnLiquid, boolean ignoreBlockWithoutBoundingBox, boolean returnLastUncollidableBlock)