Uses of Interface
dev.wyck.worldgen.function.simple.BlendAlpha
Packages that use BlendAlpha
-
Uses of BlendAlpha in dev.wyck.worldgen.function
Methods in dev.wyck.worldgen.function that return BlendAlphaModifier and TypeMethodDescriptionstatic BlendAlphaDensityFunction.blendAlpha()The blend alpha density function, used in vanilla for smooth transitions to chunks generated in old versions. -
Uses of BlendAlpha in dev.wyck.worldgen.function.simple
Fields in dev.wyck.worldgen.function.simple declared as BlendAlphaModifier and TypeFieldDescriptionstatic final BlendAlphaBlendAlpha.INSTANCEThe blend alpha density function.