Uses of Interface
dev.wyck.wrapper.Registerable
Packages that use Registerable
Package
Description
-
Uses of Registerable in dev.wyck.level.dimension
Subinterfaces of Registerable in dev.wyck.level.dimensionModifier and TypeInterfaceDescriptioninterfaceRepresents a level stem, which is aDimensionwith a specificChunkGenerator. -
Uses of Registerable in dev.wyck.level.dimension.clock
Subinterfaces of Registerable in dev.wyck.level.dimension.clockModifier and TypeInterfaceDescriptioninterfaceRepresents a time marker in a world clock.interfaceA reference to a registered world clock. -
Uses of Registerable in dev.wyck.level.dimension.timeline.types
Subinterfaces of Registerable in dev.wyck.level.dimension.timeline.types -
Uses of Registerable in dev.wyck.tags
Subinterfaces of Registerable in dev.wyck.tagsModifier and TypeInterfaceDescriptioninterfaceAn abstraction over a set of registry entries that is either an explicitSetof elements or a reference to a named tag (ResourceKey). -
Uses of Registerable in dev.wyck.worldgen.carver.custom
Classes in dev.wyck.worldgen.carver.custom that implement RegisterableModifier and TypeClassDescriptionclassCustomCarver<C>Base class for an authored world carver with its own carving algorithm. -
Uses of Registerable in dev.wyck.worldgen.carver.types
Subinterfaces of Registerable in dev.wyck.worldgen.carver.typesModifier and TypeInterfaceDescriptioninterfaceA composed carver that uses a world carver type and its configuration.interfaceA composed carver that uses a custom carver and its configuration. -
Uses of Registerable in dev.wyck.worldgen.feature.custom
Classes in dev.wyck.worldgen.feature.custom that implement RegisterableModifier and TypeClassDescriptionclassBase class for an authored world generation feature with its own placement algorithm. -
Uses of Registerable in dev.wyck.worldgen.feature.types
Subinterfaces of Registerable in dev.wyck.worldgen.feature.typesModifier and TypeInterfaceDescriptioninterfaceA configured feature composed of a built-inFeatureTypealgorithm and a matchingFeatureConfiguration.interfaceA configured feature composed of a user-authoredCustomFeatureand a matching configuration instance. -
Uses of Registerable in dev.wyck.worldgen.function.misc
Subinterfaces of Registerable in dev.wyck.worldgen.function.miscModifier and TypeInterfaceDescriptioninterfaceSamples at the current position using the noise algorithm used for end islands.interfaceScans through a column of an input density and returns the topmost Y-level whose density is above 0.interfaceMarker functions are commonly used to cache the output of a density function.interfaceComputes the input value and, depending on whether it falls within[minInclusive, maxExclusive), returns one of two other density functions.interfaceClamps the Y coordinate betweenfromYandtoYand then linearly maps it to the range[fromValue, toValue]. -
Uses of Registerable in dev.wyck.worldgen.function.noise
Subinterfaces of Registerable in dev.wyck.worldgen.function.noiseModifier and TypeInterfaceDescriptioninterfaceA noise function that maps the output of another noise function to a range, probably.interfaceSamples a noise.interfaceA density function that usesNoiseParametersto generate its output.interfaceA noise function that has a shift.interfaceWraps shifted noise 2d density functions. -
Uses of Registerable in dev.wyck.worldgen.function.simple
Subinterfaces of Registerable in dev.wyck.worldgen.function.simpleModifier and TypeInterfaceDescriptioninterfaceA density function that always returns the same value.interface -
Uses of Registerable in dev.wyck.worldgen.function.transformer
Subinterfaces of Registerable in dev.wyck.worldgen.function.transformerModifier and TypeInterfaceDescriptioninterfaceClamps the input between two values.interfaceinterface -
Uses of Registerable in dev.wyck.worldgen.noise.types
Subinterfaces of Registerable in dev.wyck.worldgen.noise.typesModifier and TypeInterfaceDescriptioninterfaceNoise settings are for generating the shape of the terrain and noise caves and what blocks the terrain is generated with. -
Uses of Registerable in dev.wyck.worldgen.synth
Subinterfaces of Registerable in dev.wyck.worldgen.synthModifier and TypeInterfaceDescriptioninterfaceRepresents noise parameters that are composed of a first octave and a list of amplitudes.