Uses of Interface
dev.wyck.util.InclusiveRange
Packages that use InclusiveRange
-
Uses of InclusiveRange in dev.wyck.util
Methods in dev.wyck.util that return InclusiveRangeModifier and TypeMethodDescriptiondefault <S extends Comparable<S>>
InclusiveRange<S> Maps the range to a new type.static <T extends Comparable<T>>
InclusiveRange<T> InclusiveRange.of(T value) Creates a new instance with the same min and max values.static <T extends Comparable<T>>
InclusiveRange<T> InclusiveRange.of(T minInclusive, T maxInclusive) Creates a new instance.Methods in dev.wyck.util with parameters of type InclusiveRangeModifier and TypeMethodDescriptiondefault booleanInclusiveRange.contains(InclusiveRange<T> subRange) Checks if a range is within this range. -
Uses of InclusiveRange in dev.wyck.worldgen.stateproviders
Methods in dev.wyck.worldgen.stateproviders that return InclusiveRangeModifier and TypeMethodDescriptionDualNoiseProvider.variety()The number of block states that selected out by slow noise.Methods in dev.wyck.worldgen.stateproviders with parameters of type InclusiveRangeModifier and TypeMethodDescriptionstatic DualNoiseProviderDualNoiseProvider.of(long seed, NoiseParameters parameters, float scale, InclusiveRange<Integer> variety, NoiseParameters slowNoiseParameters, float slowScale, List<BlockData> states) Creates a new dual-noise provider.DualNoiseProvider.Builder.variety(InclusiveRange<Integer> variety) Sets the variety of the noise.