Uses of Interface
dev.wyck.worldgen.function.misc.EndIslands
Packages that use EndIslands
-
Uses of EndIslands in dev.wyck.worldgen.function
Methods in dev.wyck.worldgen.function that return EndIslandsModifier and TypeMethodDescriptionstatic EndIslandsDensityFunction.endIslands(long seed) Samples at the current position using the noise algorithm used for end islands. -
Uses of EndIslands in dev.wyck.worldgen.function.misc
Subinterfaces with type arguments of type EndIslands in dev.wyck.worldgen.function.miscModifier and TypeInterfaceDescriptioninterfaceSamples at the current position using the noise algorithm used for end islands.Methods in dev.wyck.worldgen.function.misc that return EndIslandsModifier and TypeMethodDescriptionstatic EndIslandsEndIslands.of(long seed) Creates a new end islands density function.static EndIslandsEndIslands.of(@Nullable ResourceKey resourceKey, long seed) Creates a new end islands density function.