Class SurfaceBiomeFeatureConfig
java.lang.Object
com.pixelmonmod.pixelmon.world.generation.features.SurfaceBiomeFeatureConfig
- All Implemented Interfaces:
net.minecraft.world.level.levelgen.feature.configurations.FeatureConfiguration
public class SurfaceBiomeFeatureConfig
extends Object
implements net.minecraft.world.level.levelgen.feature.configurations.FeatureConfiguration
-
Field Summary
Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<SurfaceBiomeFeatureConfig>
final net.minecraft.world.level.block.state.BlockState
final net.minecraft.world.level.block.state.BlockState
final net.minecraft.tags.TagKey<net.minecraft.world.level.biome.Biome>
Fields inherited from interface net.minecraft.world.level.levelgen.feature.configurations.FeatureConfiguration
NONE
-
Constructor Summary
ConstructorDescriptionSurfaceBiomeFeatureConfig
(net.minecraft.world.level.block.state.BlockState target, net.minecraft.world.level.block.state.BlockState state, net.minecraft.tags.TagKey<net.minecraft.world.level.biome.Biome> type) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraft.world.level.levelgen.feature.configurations.FeatureConfiguration
getFeatures
-
Field Details
-
CODEC
-
target
public final net.minecraft.world.level.block.state.BlockState target -
state
public final net.minecraft.world.level.block.state.BlockState state -
type
public final net.minecraft.tags.TagKey<net.minecraft.world.level.biome.Biome> type
-
-
Constructor Details
-
SurfaceBiomeFeatureConfig
public SurfaceBiomeFeatureConfig(net.minecraft.world.level.block.state.BlockState target, net.minecraft.world.level.block.state.BlockState state, net.minecraft.tags.TagKey<net.minecraft.world.level.biome.Biome> type)
-