public interface DistortedShape extends IWorldBounds
Class DistortedShape. Provides distortedshape functionality for the Hytale server.
java.lang.Object > IWorldBounds > DistortedShape
Field Summary
midWidth
final
double
midWidth
Field midWidth.
midHeight
final
double
midHeight
Field midHeight.
Method Detail
hasGeometry
public
boolean
hasGeometry
()
Method hasGeometry.
getCeiling
public
double
getCeiling
(final double x, final double z, final double centerY, final double height)
Method getCeiling.
- Parameters:
final doublexfinal doublezfinal doublecenterYfinal doubleheight
getFloor
public
double
getFloor
(final double x, final double z, final double centerY, final double height)
Method getFloor.
- Parameters:
final doublexfinal doublezfinal doublecenterYfinal doubleheight