public class SurfaceCategoryFeatureConfig
extends java.lang.Object
implements net.minecraft.world.gen.feature.IFeatureConfig
Modifier and Type | Field and Description |
---|---|
static com.mojang.serialization.Codec<SurfaceCategoryFeatureConfig> |
CODEC |
net.minecraft.block.BlockState |
state |
net.minecraft.block.BlockState |
target |
java.lang.String |
type |
Constructor and Description |
---|
SurfaceCategoryFeatureConfig(net.minecraft.block.BlockState target,
net.minecraft.block.BlockState state,
java.lang.String type) |
public static final com.mojang.serialization.Codec<SurfaceCategoryFeatureConfig> CODEC
public final net.minecraft.block.BlockState target
public final net.minecraft.block.BlockState state
public final java.lang.String type