Class PositionProvider.Context
java.lang.Object
com.hypixel.hytale.builtin.hytalegenerator.positionproviders.PositionProvider.Context
- Enclosing class:
PositionProvider
-
Field Summary
FieldsModifier and TypeFieldDescription -
Constructor Summary
ConstructorsConstructorDescriptionContext()Context(PositionProvider.Context other) Context(Vector3d minInclusive, Vector3d maxExclusive, Consumer<Vector3d> consumer, Vector3d anchor, WorkerIndexer.Id workerId) -
Method Summary
-
Field Details
-
EMPTY_CONSUMER
-
minInclusive
-
maxExclusive
-
consumer
-
anchor
-
workerId
-
-
Constructor Details
-
Context
public Context() -
Context
-
Context
-