Uses of Enum Class
dev.wyck.wrapper.worldgen.surface.SurfaceCondition.CaveSurface
Packages that use SurfaceCondition.CaveSurface
-
Uses of SurfaceCondition.CaveSurface in dev.wyck.wrapper.worldgen.surface
Subclasses with type arguments of type SurfaceCondition.CaveSurface in dev.wyck.wrapper.worldgen.surfaceModifier and TypeClassDescriptionstatic enumWhich face of the stone column a depth check measures from.Methods in dev.wyck.wrapper.worldgen.surface that return SurfaceCondition.CaveSurfaceModifier and TypeMethodDescriptionSurfaceCondition.StoneDepth.surfaceType()Returns the value of thesurfaceTyperecord component.static SurfaceCondition.CaveSurfaceReturns the enum constant of this class with the specified name.static SurfaceCondition.CaveSurface[]SurfaceCondition.CaveSurface.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.wyck.wrapper.worldgen.surface with parameters of type SurfaceCondition.CaveSurfaceModifier and TypeMethodDescriptionstatic SurfaceConditionSurfaceCondition.stoneDepth(int offset, boolean addSurfaceDepth, int secondaryDepthRange, SurfaceCondition.CaveSurface surfaceType) Matches within a given depth of stone from the floor or ceiling, with a secondary depth range.static SurfaceConditionSurfaceCondition.stoneDepth(int offset, boolean addSurfaceDepth, SurfaceCondition.CaveSurface surfaceType) Matches within a given depth of stone from the floor or ceiling.Constructors in dev.wyck.wrapper.worldgen.surface with parameters of type SurfaceCondition.CaveSurfaceModifierConstructorDescriptionStoneDepth(int offset, boolean addSurfaceDepth, int secondaryDepthRange, SurfaceCondition.CaveSurface surfaceType) Creates an instance of aStoneDepthrecord class.