Uses of Enum Class
dev.wyck.worldgen.HeightmapType
Packages that use HeightmapType
-
Uses of HeightmapType in dev.wyck.worldgen
Subclasses with type arguments of type HeightmapType in dev.wyck.worldgenClasses in dev.wyck.worldgen that implement interfaces with type arguments of type HeightmapTypeFields in dev.wyck.worldgen with type parameters of type HeightmapTypeModifier and TypeFieldDescriptionstatic final KeyedEnumTranslator<HeightmapType> HeightmapType.TRANSLATORMethods in dev.wyck.worldgen that return HeightmapTypeModifier and TypeMethodDescriptionstatic HeightmapTypeReturns the enum constant of this class with the specified name.static HeightmapType[]HeightmapType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.wyck.worldgen that return types with arguments of type HeightmapType -
Uses of HeightmapType in dev.wyck.worldgen.placement
Methods in dev.wyck.worldgen.placement that return HeightmapTypeModifier and TypeMethodDescriptionHeightmapPlacement.heightmap()The heightmap to use.SurfaceRelativeThresholdFilter.heightmap()The heightmap to measure the surface against.Methods in dev.wyck.worldgen.placement with parameters of type HeightmapTypeModifier and TypeMethodDescriptionstatic HeightmapPlacementPlacementModifier.heightmap(HeightmapType heightmap) A new instance of the heightmap placement modifier.SurfaceRelativeThresholdFilter.Builder.heightmap(HeightmapType heightmap) Sets the heightmap.static HeightmapPlacementHeightmapPlacement.of(HeightmapType heightmap) Creates a new heightmap placement.SurfaceRelativeThresholdFilter.of(HeightmapType heightmap, int minInclusive, int maxInclusive) Creates a new surface relative threshold filter.