java.lang.Object
com.hypixel.hytale.builtin.hytalegenerator.assets.noisegenerators.NoiseAsset
com.hypixel.hytale.builtin.hytalegenerator.assets.noisegenerators.CellNoiseAsset
All Implemented Interfaces:
JsonAsset<String>, JsonAssetWithMap<String,DefaultAssetMap<String,NoiseAsset>>

public class CellNoiseAsset extends NoiseAsset
  • Field Details

    • validCellTypes

      private static Set<String> validCellTypes
    • CODEC

      public static final BuilderCodec<CellNoiseAsset> CODEC
    • warpScale

      private double warpScale
    • warpAmount

      private double warpAmount
    • scale

      private double scale
    • jitter

      private double jitter
    • octaves

      private int octaves
    • seedKey

      private String seedKey
    • cellType

      @Nonnull private FastNoiseLite.CellularReturnType cellType
  • Constructor Details

    • CellNoiseAsset

      public CellNoiseAsset()
  • Method Details