Class VectorProvider.Context
java.lang.Object
com.hypixel.hytale.builtin.hytalegenerator.vectorproviders.VectorProvider.Context
- Enclosing class:
VectorProvider
-
Field Summary
FieldsModifier and TypeFieldDescription -
Constructor Summary
ConstructorsConstructorDescriptionContext(Density.Context other) Context(VectorProvider.Context other) Context(Vector3d position, WorkerIndexer.Id workerId, TerrainDensityProvider terrainDensityProvider) -
Method Summary
-
Field Details
-
position
-
workerId
-
terrainDensityProvider
-
-
Constructor Details
-
Context
public Context(@Nonnull Vector3d position, @Nonnull WorkerIndexer.Id workerId, @Nullable TerrainDensityProvider terrainDensityProvider) -
Context
-
Context
-