SeedBox

public class SeedBox

Class SeedBox. Provides seedbox functionality for the Hytale server.

java.lang.Object > SeedBox

Field Summary

rand

final Random rand

Field rand.

Method Detail

SeedBox

public public SeedBox (@Nonnull final String key)

Method SeedBox.

Parameters:
@Nonnull final String key

child

public SeedBox child (@Nonnull final String childKey)

Method child.

Parameters:
@Nonnull final String childKey

createSupplier

public Supplier createSupplier ()

Method createSupplier.

Random

public new Random (this.key.hashCode()

Method Random.

Parameters:
this.key.hashCode( this.key.hashCode(

toString

public String toString ()

Method toString.