public class AABBTicket extends SimpleTicket<Vec3d>
Modifier and Type | Field and Description |
---|---|
AxisAlignedBB |
axisAlignedBB |
isValid
Constructor and Description |
---|
AABBTicket(AxisAlignedBB axisAlignedBB) |
Modifier and Type | Method and Description |
---|---|
boolean |
matches(Vec3d toMatch) |
forEachManager, getDummyManagers, getMasterManager, invalidate, isValid, setBackend, setManager, unload, validate
@Nonnull public final AxisAlignedBB axisAlignedBB
public AABBTicket(@Nonnull AxisAlignedBB axisAlignedBB)
public boolean matches(Vec3d toMatch)
matches
in class SimpleTicket<Vec3d>