Uses of Enum Class
net.minecraft.world.level.levelgen.placement.CaveSurface
Packages that use CaveSurface
Package
Description
-
Uses of CaveSurface in net.minecraft.world.level.levelgen.feature.configurations
Fields in net.minecraft.world.level.levelgen.feature.configurations declared as CaveSurfaceConstructors in net.minecraft.world.level.levelgen.feature.configurations with parameters of type CaveSurfaceModifierConstructorDescriptionVegetationPatchConfiguration(ResourceLocation p_161293_, BlockStateProvider p_161294_, Supplier<ConfiguredFeature<?,?>> p_161295_, CaveSurface p_161296_, IntProvider p_161297_, float p_161298_, int p_161299_, float p_161300_, IntProvider p_161301_, float p_161302_)
-
Uses of CaveSurface in net.minecraft.world.level.levelgen.placement
Fields in net.minecraft.world.level.levelgen.placement declared as CaveSurfaceModifier and TypeFieldDescriptionCaveDecoratorConfiguration.surface
private static CaveSurface[]
CaveSurface.VALUES
Fields in net.minecraft.world.level.levelgen.placement with type parameters of type CaveSurfaceModifier and TypeFieldDescriptionstatic com.mojang.serialization.Codec<CaveSurface>
CaveSurface.CODEC
Methods in net.minecraft.world.level.levelgen.placement that return CaveSurfaceModifier and TypeMethodDescriptionstatic CaveSurface
static CaveSurface
Returns 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.Constructors in net.minecraft.world.level.levelgen.placement with parameters of type CaveSurface