Uses of Enum Class
dev.wyck.wrapper.worldgen.HeightmapType
Packages that use HeightmapType
-
Uses of HeightmapType in dev.wyck.wrapper.worldgen
Subclasses with type arguments of type HeightmapType in dev.wyck.wrapper.worldgenModifier and TypeClassDescriptionenumWraps Minecraft's Heightmap.Types, the heightmap a placement samples against.Classes in dev.wyck.wrapper.worldgen that implement interfaces with type arguments of type HeightmapTypeModifier and TypeClassDescriptionenumWraps Minecraft's Heightmap.Types, the heightmap a placement samples against.Fields in dev.wyck.wrapper.worldgen with type parameters of type HeightmapTypeModifier and TypeFieldDescriptionstatic final KeyedEnumTranslator<HeightmapType> HeightmapType.TRANSLATORMethods in dev.wyck.wrapper.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.wrapper.worldgen that return types with arguments of type HeightmapType -
Uses of HeightmapType in dev.wyck.wrapper.worldgen.placement
Methods in dev.wyck.wrapper.worldgen.placement that return HeightmapTypeModifier and TypeMethodDescriptionPlacementModifier.HeightmapPlacement.heightmap()Returns the value of theheightmaprecord component.PlacementModifier.SurfaceRelativeThresholdFilter.heightmap()Returns the value of theheightmaprecord component.Methods in dev.wyck.wrapper.worldgen.placement with parameters of type HeightmapTypeModifier and TypeMethodDescriptionstatic PlacementModifierPlacementModifier.heightmap(HeightmapType heightmap) Creates a placement modifier that filters positions based on a specified heightmap type.static PlacementModifierPlacementModifier.surfaceRelativeThreshold(HeightmapType heightmap, int minInclusive, int maxInclusive) Creates a placement modifier that filters positions based on their relative surface height using the specified heightmap type and a range of inclusive minimum and maximum height thresholds.Constructors in dev.wyck.wrapper.worldgen.placement with parameters of type HeightmapTypeModifierConstructorDescriptionHeightmapPlacement(HeightmapType heightmap) Creates an instance of aHeightmapPlacementrecord class.SurfaceRelativeThresholdFilter(HeightmapType heightmap, int minInclusive, int maxInclusive) Creates an instance of aSurfaceRelativeThresholdFilterrecord class.