Class Prop.Context
java.lang.Object
com.hypixel.hytale.builtin.hytalegenerator.props.Prop.Context
- Enclosing class:
Prop
-
Field Summary
FieldsModifier and TypeFieldDescriptiondouble -
Constructor Summary
ConstructorsConstructorDescriptionContext(Prop.Context other) Context(ScanResult scanResult, VoxelSpace<Material> materialSpace, EntityContainer entityBuffer, WorkerIndexer.Id workerId, double distanceFromBiomeEdge) -
Method Summary
-
Field Details
-
scanResult
-
materialSpace
-
entityBuffer
-
workerId
-
distanceFromBiomeEdge
public double distanceFromBiomeEdge
-
-
Constructor Details
-
Context
public Context(@Nonnull ScanResult scanResult, @Nonnull VoxelSpace<Material> materialSpace, @Nonnull EntityContainer entityBuffer, WorkerIndexer.Id workerId, double distanceFromBiomeEdge) -
Context
-