Class SeedResourcePointGenerator
java.lang.Object
com.hypixel.hytale.procedurallib.logic.point.PointGenerator
com.hypixel.hytale.procedurallib.json.SeedResourcePointGenerator
- All Implemented Interfaces:
IPointGenerator
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.hypixel.hytale.procedurallib.logic.point.IPointGenerator
IPointGenerator.PointConsumer2d -
Field Summary
FieldsFields inherited from class com.hypixel.hytale.procedurallib.logic.point.PointGenerator
cellDistanceFunction, pointEvaluator, seedOffset -
Constructor Summary
ConstructorsConstructorDescriptionSeedResourcePointGenerator(int seedOffset, CellDistanceFunction cellDistanceFunction, PointEvaluator pointEvaluator, SeedResource seedResource) -
Method Summary
Modifier and TypeMethodDescriptionprotected ResultBuffer.Bounds2dprotected ResultBuffer.ResultBuffer2dprotected ResultBuffer.ResultBuffer3dMethods inherited from class com.hypixel.hytale.procedurallib.logic.point.PointGenerator
collect, collect0, equals, getInterval, hashCode, nearest2D, nearest3D, toString, transition2D, transition3D
-
Field Details
-
seedResource
-
-
Constructor Details
-
SeedResourcePointGenerator
public SeedResourcePointGenerator(int seedOffset, CellDistanceFunction cellDistanceFunction, PointEvaluator pointEvaluator, SeedResource seedResource)
-
-
Method Details
-
localBounds2d
- Overrides:
localBounds2din classPointGenerator
-
localBuffer2d
- Overrides:
localBuffer2din classPointGenerator
-
localBuffer3d
- Overrides:
localBuffer3din classPointGenerator
-