Uses of Class
dev.wyck.worldgen.surface.condition.StoneDepthConditionSource.Builder
Packages that use StoneDepthConditionSource.Builder
-
Uses of StoneDepthConditionSource.Builder in dev.wyck.worldgen.surface
Methods in dev.wyck.worldgen.surface that return StoneDepthConditionSource.BuilderModifier and TypeMethodDescriptionSurfaceRule.stoneDepth()Creates a new stone-depth condition source builder. -
Uses of StoneDepthConditionSource.Builder in dev.wyck.worldgen.surface.condition
Methods in dev.wyck.worldgen.surface.condition that return StoneDepthConditionSource.BuilderModifier and TypeMethodDescriptionStoneDepthConditionSource.Builder.addSurfaceDepth(boolean addSurfaceDepth) Sets whether the surface depth is added to the offset.StoneDepthConditionSource.builder()Creates a new builder.StoneDepthConditionSource.Builder.offset(int offset) Sets the vertical offset.StoneDepthConditionSource.Builder.secondaryDepthRange(int secondaryDepthRange) Sets the secondary depth range added to the offset.StoneDepthConditionSource.Builder.surfaceType(CaveSurface surfaceType) Sets the face the depth is measured from.StoneDepthConditionSource.toBuilder()Converts this object back to a builder.