Uses of Enum Class
net.minecraft.world.level.levelgen.placement.CaveSurface
Package
Description
-
Uses of CaveSurface in net.minecraft.world.level.levelgen.feature.configurations
ModifierConstructorDescriptionVegetationPatchConfiguration(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
Modifier and TypeFieldDescriptionCaveDecoratorConfiguration.surface
private static CaveSurface[]
CaveSurface.VALUES
Modifier and TypeFieldDescriptionstatic com.mojang.serialization.Codec<CaveSurface>
CaveSurface.CODEC
Modifier 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.