Interface Registerable<O>

All Known Subinterfaces:
ClampedTransformer, ComposedCarver, ComposedConfiguredFeature, ComposedNoiseParameters, ComposedTimeline, ConstantSimpleFunction, CustomComposedCarver<C>, CustomComposedConfiguredFeature<C>, EndIslands, FindTopSurface, LevelStem, MappedNoiseFunction, MappedTransformer, Marker, NoiseFunction, NoiseGeneratorSettings, NoiseParameterFunction, PureTransformer, RangeChoice, ShiftedFunction, ShiftedNoise2dFunction, TagSet<T>, TimeMarker, TwoArgumentSimpleFunction, WorldClock, YClampedGradient
All Known Implementing Classes:
CustomCarver, CustomFeature

@AsOf("3.0.0") public interface Registerable<O>
Something that can be registered.
Since:
3.0.0
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • register

      @AsOf("3.0.0") O register()