Uses of Interface
dev.wyck.worldgen.surface.condition.StoneDepthConditionSource
Packages that use StoneDepthConditionSource
-
Uses of StoneDepthConditionSource in dev.wyck.worldgen.surface
Methods in dev.wyck.worldgen.surface that return StoneDepthConditionSourceModifier and TypeMethodDescriptionstatic StoneDepthConditionSourceSurfaceRule.stoneDepth(int offset, boolean addSurfaceDepth, int secondaryDepthRange, CaveSurface surfaceType) Matches within a given depth of stone from the floor or ceiling, with a secondary depth range.static StoneDepthConditionSourceSurfaceRule.stoneDepth(int offset, boolean addSurfaceDepth, CaveSurface surfaceType) Matches within a given depth of stone from the floor or ceiling. -
Uses of StoneDepthConditionSource in dev.wyck.worldgen.surface.condition
Methods in dev.wyck.worldgen.surface.condition that return StoneDepthConditionSourceModifier and TypeMethodDescriptionStoneDepthConditionSource.Builder.build()Builds the stone depth condition source.static StoneDepthConditionSourceStoneDepthConditionSource.of(int offset, boolean addSurfaceDepth, int secondaryDepthRange, CaveSurface surfaceType) Creates a new stone depth condition source.static StoneDepthConditionSourceStoneDepthConditionSource.of(int offset, boolean addSurfaceDepth, CaveSurface surfaceType) Creates a new stone depth condition source without a secondary depth range.