PlaneDensityAsset

public class PlaneDensityAsset extends DensityAsset

Class PlaneDensityAsset. Provides planedensityasset functionality for the Hytale server.

java.lang.Object > DensityAsset > PlaneDensityAsset

Field Summary

distanceCurveAsset

private CurveAsset distanceCurveAsset

Field distanceCurveAsset.

planeNormal

private Vector3d planeNormal

Field planeNormal.

isAnchored

private boolean isAnchored

Field isAnchored.

Method Detail

PlaneDensityAsset

public public PlaneDensityAsset ()

Method PlaneDensityAsset.

build

public Density build (@Nonnull final Argument argument)

Method build.

Parameters:
@Nonnull final Argument argument

PlaneDensity

public new PlaneDensity (this.distanceCurveAsset.build()

Method PlaneDensity.

Parameters:
this.distanceCurveAsset.build( this.distanceCurveAsset.build(

cleanUp

public void cleanUp ()

Method cleanUp.