Class Pattern.Context
java.lang.Object
com.hypixel.hytale.builtin.hytalegenerator.patterns.Pattern.Context
- Enclosing class:
Pattern
-
Field Summary
FieldsModifier and TypeFieldDescription -
Constructor Summary
ConstructorsConstructorDescriptionContext(Pattern.Context other) Context(Vector3i position, VoxelSpace<Material> materialSpace, WorkerIndexer.Id workerId) -
Method Summary
-
Field Details
-
position
-
materialSpace
-
workerId
-
-
Constructor Details
-
Context
public Context(@Nonnull Vector3i position, @Nonnull VoxelSpace<Material> materialSpace, WorkerIndexer.Id workerId) -
Context
-