Uses of Enum Class
dev.wyck.worldgen.surface.condition.CaveSurface
Packages that use CaveSurface
Package
Description
-
Uses of CaveSurface in dev.wyck.worldgen.feature.configurations
Methods in dev.wyck.worldgen.feature.configurations that return CaveSurfaceModifier and TypeMethodDescriptionVegetationPatchConfiguration.surface()Which surface to search from and place against, eitherCaveSurface.FLOORorCaveSurface.CEILING.Methods in dev.wyck.worldgen.feature.configurations with parameters of type CaveSurfaceModifier and TypeMethodDescriptionstatic VegetationPatchConfigurationVegetationPatchConfiguration.of(TagSet<Material> replaceable, BlockStateProvider groundState, PlacedFeature vegetationFeature, CaveSurface surface, IntProvider depth, float extraBottomBlockChance, int verticalRange, float vegetationChance, IntProvider xzRadius, float extraEdgeColumnChance) Creates a new vegetation patch configuration.VegetationPatchConfiguration.Builder.surface(CaveSurface surface) Sets which surface to search from and place against. -
Uses of CaveSurface in dev.wyck.worldgen.surface
Methods in dev.wyck.worldgen.surface with parameters of type CaveSurfaceModifier 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 CaveSurface in dev.wyck.worldgen.surface.condition
Subclasses with type arguments of type CaveSurface in dev.wyck.worldgen.surface.conditionClasses in dev.wyck.worldgen.surface.condition that implement interfaces with type arguments of type CaveSurfaceFields in dev.wyck.worldgen.surface.condition with type parameters of type CaveSurfaceModifier and TypeFieldDescriptionstatic final KeyedEnumTranslator<CaveSurface> CaveSurface.TRANSLATORMethods in dev.wyck.worldgen.surface.condition that return CaveSurfaceModifier and TypeMethodDescriptionStoneDepthConditionSource.surfaceType()The face the depth is measured from.static CaveSurfaceReturns the enum constant of this class with the specified name.static CaveSurface[]CaveSurface.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.wyck.worldgen.surface.condition that return types with arguments of type CaveSurfaceMethods in dev.wyck.worldgen.surface.condition with parameters of type CaveSurfaceModifier and TypeMethodDescriptionstatic 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.StoneDepthConditionSource.Builder.surfaceType(CaveSurface surfaceType) Sets the face the depth is measured from.