abstract class Prop
Class Prop. Provides prop functionality for the Hytale server.
java.lang.Object > Prop
Field Summary
scanResult
final
ScanResult
scanResult
Field scanResult.
contextDependency
final
ContextDependency
contextDependency
Field contextDependency.
writeBounds_voxelGrid
final
Bounds3i
writeBounds_voxelGrid
Field writeBounds_voxelGrid.
materialSpace
public
VoxelSpace
materialSpace
Field materialSpace.
entityBuffer
public
EntityContainer
entityBuffer
Field entityBuffer.
workerId
public
WorkerIndexer.Id
workerId
Field workerId.
distanceFromBiomeEdge
public
double
distanceFromBiomeEdge
Field distanceFromBiomeEdge.
Method Detail
ScanResult
public
new
ScanResult
()
Method ScanResult.
isNegative
public
boolean
isNegative
()
Method isNegative.
ContextDependency
public
new
ContextDependency
(new Vector3i()
Method ContextDependency.
- Parameters:
newVector3i(
Vector3i
public
new
Vector3i
()
Method Vector3i.
Prop
public
new
Prop
()
Method Prop.
Context
public
public
Context
(@Nonnull final ScanResult scanResult, @Nonnull final VoxelSpace materialSpace, @Nonnull final EntityContainer entityBuffer, final WorkerIndexer.Id workerId, final double distanceFromBiomeEdge)
Method Context.
- Parameters:
@Nonnull final ScanResultscanResult@Nonnull final VoxelSpacematerialSpace@Nonnull final EntityContainerentityBufferfinal WorkerIndexer.IdworkerIdfinal doubledistanceFromBiomeEdge