public class OriginShape
Class OriginShape. Provides originshape functionality for the Hytale server.
java.lang.Object > OriginShape
Field Summary
shape
public
S
shape
Field shape.
Method Detail
OriginShape
public
public
OriginShape
()
Method OriginShape.
getShape
public
S
getShape
()
Method getShape.
getBox
Method getBox.
- Parameters:
final doublexfinal doubleyfinal doublez
containsPosition
public
boolean
containsPosition
(final double x, final double y, final double z)
Method containsPosition.
- Parameters:
final doublexfinal doubleyfinal doublez
expand
public
void
expand
(final double radius)
Method expand.
- Parameters:
final doubleradius
forEachBlock
public
boolean
forEachBlock
(final double x, final double y, final double z, final double epsilon, final TriIntPredicate consumer)
Method forEachBlock.
- Parameters:
final doublexfinal doubleyfinal doublezfinal doubleepsilonfinal TriIntPredicateconsumer
toString
public
String
toString
()
Method toString.