OriginShape

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.

getOrigin

public Vector3d getOrigin ()

Method getOrigin.

getShape

public S getShape ()

Method getShape.

getBox

public Box getBox (final double x, final double y, final double z)

Method getBox.

Parameters:
final double x
final double y
final double z

containsPosition

public boolean containsPosition (final double x, final double y, final double z)

Method containsPosition.

Parameters:
final double x
final double y
final double z

expand

public void expand (final double radius)

Method expand.

Parameters:
final double radius

forEachBlock

public boolean forEachBlock (final double x, final double y, final double z, final double epsilon, final TriIntPredicate consumer)

Method forEachBlock.

Parameters:
final double x
final double y
final double z
final double epsilon
final TriIntPredicate consumer

toString

public String toString ()

Method toString.