Class TetrahedronCaveNodeShape
java.lang.Object
com.hypixel.hytale.server.worldgen.cave.shape.AbstractCaveNodeShape
com.hypixel.hytale.server.worldgen.cave.shape.TetrahedronCaveNodeShape
- All Implemented Interfaces:
CaveNodeShape,IChunkBounds,IWorldBounds
@Deprecated
public class TetrahedronCaveNodeShape
extends AbstractCaveNodeShape
implements IWorldBounds
Deprecated.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classDeprecated. -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Vector3dDeprecated.private final Vector3dDeprecated.private final Vector3dDeprecated.private final intDeprecated.private final intDeprecated.private final intDeprecated.private final intDeprecated.private final intDeprecated.private final intDeprecated.private final Vector3dDeprecated.private final Vector3dDeprecated.private final Vector3dDeprecated.private final Vector3dDeprecated.private final Vector3dDeprecated. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static booleanDeprecated.private static booleanDeprecated.Deprecated.Deprecated.doublegetCeilingPosition(int seed, double x, double z) Deprecated.getEnd()Deprecated.doublegetFloorPosition(int seed, double x, double z) Deprecated.intDeprecated.intDeprecated.intDeprecated.intDeprecated.intDeprecated.intDeprecated.getStart()Deprecated.booleanshouldReplace(int seed, double x, double z, int y) Deprecated.Methods inherited from class com.hypixel.hytale.server.worldgen.cave.shape.AbstractCaveNodeShape
populateChunkMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.hypixel.hytale.server.worldgen.cave.shape.CaveNodeShape
hasGeometryMethods inherited from interface com.hypixel.hytale.server.worldgen.util.bounds.IChunkBounds
fractionX, fractionZ, getHighBoundX, getHighBoundZ, getHighChunkX, getHighChunkZ, getLowBoundX, getLowBoundZ, getLowChunkX, getLowChunkZ, intersectsChunk, randomX, randomZMethods inherited from interface com.hypixel.hytale.server.worldgen.util.bounds.IWorldBounds
fractionY, intersectsChunk, randomY
-
Field Details
-
o
Deprecated. -
a
Deprecated. -
b
Deprecated. -
c
Deprecated. -
n1
Deprecated. -
n2
Deprecated. -
n3
Deprecated. -
n4
Deprecated. -
lowBoundX
private final int lowBoundXDeprecated. -
lowBoundY
private final int lowBoundYDeprecated. -
lowBoundZ
private final int lowBoundZDeprecated. -
highBoundX
private final int highBoundXDeprecated. -
highBoundY
private final int highBoundYDeprecated. -
highBoundZ
private final int highBoundZDeprecated.
-
-
Constructor Details
-
TetrahedronCaveNodeShape
Deprecated.
-
-
Method Details
-
getStart
Deprecated.- Specified by:
getStartin interfaceCaveNodeShape
-
getEnd
Deprecated.- Specified by:
getEndin interfaceCaveNodeShape
-
getAnchor
Deprecated.- Specified by:
getAnchorin interfaceCaveNodeShape
-
getBounds
Deprecated.- Specified by:
getBoundsin interfaceCaveNodeShape
-
getLowBoundX
public int getLowBoundX()Deprecated.- Specified by:
getLowBoundXin interfaceIChunkBounds
-
getLowBoundZ
public int getLowBoundZ()Deprecated.- Specified by:
getLowBoundZin interfaceIChunkBounds
-
getHighBoundX
public int getHighBoundX()Deprecated.- Specified by:
getHighBoundXin interfaceIChunkBounds
-
getHighBoundZ
public int getHighBoundZ()Deprecated.- Specified by:
getHighBoundZin interfaceIChunkBounds
-
getLowBoundY
public int getLowBoundY()Deprecated.- Specified by:
getLowBoundYin interfaceIWorldBounds
-
getHighBoundY
public int getHighBoundY()Deprecated.- Specified by:
getHighBoundYin interfaceIWorldBounds
-
shouldReplace
public boolean shouldReplace(int seed, double x, double z, int y) Deprecated.- Specified by:
shouldReplacein interfaceCaveNodeShape
-
getFloorPosition
public double getFloorPosition(int seed, double x, double z) Deprecated.- Specified by:
getFloorPositionin interfaceCaveNodeShape
-
getCeilingPosition
public double getCeilingPosition(int seed, double x, double z) Deprecated.- Specified by:
getCeilingPositionin interfaceCaveNodeShape
-
determine
private static boolean determine(@Nonnull Vector3d o, @Nonnull Vector3d n, double px, double py, double pz) Deprecated. -
determine
private static boolean determine(double ox, double oy, double oz, @Nonnull Vector3d n, double px, double py, double pz) Deprecated.
-