Class AbstractDistortedShape

java.lang.Object
com.hypixel.hytale.server.worldgen.cave.shape.distorted.AbstractDistortedShape
All Implemented Interfaces:
DistortedShape, IChunkBounds, IWorldBounds
Direct Known Subclasses:
AbstractDistortedBody, AbstractDistortedExtrusion

public abstract class AbstractDistortedShape extends Object implements DistortedShape
  • Field Details

    • PITCH_MIN

      private static final double PITCH_MIN
    • PITCH_MAX

      private static final double PITCH_MAX
    • lowBoundX

      private final int lowBoundX
    • lowBoundY

      private final int lowBoundY
    • lowBoundZ

      private final int lowBoundZ
    • highBoundX

      private final int highBoundX
    • highBoundY

      private final int highBoundY
    • highBoundZ

      private final int highBoundZ
  • Constructor Details

    • AbstractDistortedShape

      public AbstractDistortedShape(@Nonnull Vector3d o, double radiusX, double radiusY, double radiusZ)
    • AbstractDistortedShape

      public AbstractDistortedShape(@Nonnull Vector3d o, @Nonnull Vector3d v, double width, double height)
  • Method Details