SmoothClampDensityAsset

public class SmoothClampDensityAsset extends DensityAsset

Class SmoothClampDensityAsset. Provides smoothclampdensityasset functionality for the Hytale server.

java.lang.Object > DensityAsset > SmoothClampDensityAsset

Field Summary

wallA

private double wallA

Field wallA.

wallB

private double wallB

Field wallB.

range

private double range

Field range.

min

final double min

Field min.

max

final double max

Field max.

Method Detail

SmoothClampDensityAsset

public public SmoothClampDensityAsset ()

Method SmoothClampDensityAsset.

build

public Density build (@Nonnull final Argument argument)

Method build.

Parameters:
@Nonnull final Argument argument

ClampDensity

public new ClampDensity (this.wallA, this.wallB, this.buildSecondInput(argument)

Method ClampDensity.

Parameters:
this.wallA this.wallA
this.wallB this.wallB
this.buildSecondInput(argument this.buildSecondInput(argument

SmoothClampDensity

public new SmoothClampDensity (min, max, this.range, this.buildSecondInput(argument)

Method SmoothClampDensity.

Parameters:
min min
max max
this.range this.range
this.buildSecondInput(argument this.buildSecondInput(argument

cleanUp

public void cleanUp ()

Method cleanUp.