SelectorDensityAsset

public class SelectorDensityAsset extends DensityAsset

Class SelectorDensityAsset. Provides selectordensityasset functionality for the Hytale server.

java.lang.Object > DensityAsset > SelectorDensityAsset

Field Summary

fromMin

private double fromMin

Field fromMin.

fromMax

private double fromMax

Field fromMax.

toMin

private double toMin

Field toMin.

toMax

private double toMax

Field toMax.

smoothRange

private double smoothRange

Field smoothRange.

Method Detail

SelectorDensityAsset

public public SelectorDensityAsset ()

Method SelectorDensityAsset.

build

public Density build (@Nonnull final Argument argument)

Method build.

Parameters:
@Nonnull final Argument argument

SelectorDensity

public new SelectorDensity (this.fromMin, this.fromMax, this.toMin, this.toMax, this.smoothRange, this.buildFirstInput(argument)

Method SelectorDensity.

Parameters:
this.fromMin this.fromMin
this.fromMax this.fromMax
this.toMin this.toMin
this.toMax this.toMax
this.smoothRange this.smoothRange
this.buildFirstInput(argument this.buildFirstInput(argument

cleanUp

public void cleanUp ()

Method cleanUp.