Class Density.Context
java.lang.Object
com.hypixel.hytale.builtin.hytalegenerator.density.Density.Context
- Enclosing class:
Density
-
Field Summary
FieldsModifier and TypeFieldDescriptiondoubledoubleint -
Constructor Summary
ConstructorsConstructorDescriptionContext()Context(Density.Context other) Context(EnvironmentProvider.Context context) Context(MaterialProvider.Context context) Context(Pattern.Context context) Context(TintProvider.Context context) Context(VectorProvider.Context context) Context(Vector3d position, WorkerIndexer.Id workerId, Vector3d densityAnchor, int switchState, double distanceFromCellWall, TerrainDensityProvider terrainDensityProvider, double distanceToBiomeEdge) -
Method Summary
-
Field Details
-
position
-
workerId
-
densityAnchor
-
positionsAnchor
-
switchState
public int switchState -
distanceFromCellWall
public double distanceFromCellWall -
terrainDensityProvider
-
distanceToBiomeEdge
public double distanceToBiomeEdge
-
-
Constructor Details
-
Context
public Context() -
Context
public Context(@Nonnull Vector3d position, @Nonnull WorkerIndexer.Id workerId, @Nullable Vector3d densityAnchor, int switchState, double distanceFromCellWall, @Nullable TerrainDensityProvider terrainDensityProvider, double distanceToBiomeEdge) -
Context
-
Context
-
Context
-
Context
-
Context
-
Context
-