NormalizerDensityAsset

public class NormalizerDensityAsset extends DensityAsset

Class NormalizerDensityAsset. Provides normalizerdensityasset functionality for the Hytale server.

java.lang.Object > DensityAsset > NormalizerDensityAsset

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.

Method Detail

NormalizerDensityAsset

public public NormalizerDensityAsset ()

Method NormalizerDensityAsset.

build

public Density build (@Nonnull final Argument argument)

Method build.

Parameters:
@Nonnull final Argument argument

NormalizerDensity

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

Method NormalizerDensity.

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

cleanUp

public void cleanUp ()

Method cleanUp.