public class SidePicker
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
SidePicker.HitCoord |
static class |
SidePicker.Side |
Constructor and Description |
---|
SidePicker(double halfSize) |
SidePicker(double negX,
double negY,
double negZ,
double posX,
double posY,
double posZ) |
Modifier and Type | Method and Description |
---|---|
java.util.Map<SidePicker.Side,net.minecraft.util.math.Vec3d> |
calculateMouseHits() |
SidePicker.HitCoord |
getNearestHit() |
public SidePicker(double negX, double negY, double negZ, double posX, double posY, double posZ)
public SidePicker(double halfSize)
public java.util.Map<SidePicker.Side,net.minecraft.util.math.Vec3d> calculateMouseHits()
public SidePicker.HitCoord getNearestHit()