NoiseFunctionJsonLoader

public class NoiseFunctionJsonLoader

Class NoiseFunctionJsonLoader. Provides noisefunctionjsonloader functionality for the Hytale server.

java.lang.Object > NoiseFunctionJsonLoader

Field Summary

noiseTypeJson

final NoiseTypeJson noiseTypeJson

Field noiseTypeJson.

Method Detail

NoiseFunctionJsonLoader

public public NoiseFunctionJsonLoader (@Nonnull final SeedString seed, final Path dataFolder, final JsonElement json)

Method NoiseFunctionJsonLoader.

Parameters:
@Nonnull final SeedString seed
final Path dataFolder
final JsonElement json

load

public NoiseFunction load ()

Method load.

IllegalStateException

public new IllegalStateException (String.format("Could not find noise type for noise map! Keyword: %s", "NoiseType")

Method IllegalStateException.

Parameters:
String.format("Could not find noise type for noise map! Keyword: %s"
"NoiseType" "NoiseType"

newLoader

public NoiseFunction> newLoader (@Nonnull final NoiseTypeJson noiseTypeJson)

Method newLoader.

Parameters:
@Nonnull final NoiseTypeJson noiseTypeJson