Uses of Class
net.minecraft.world.gen.feature.size.FeatureSize
| Package | Description |
|---|---|
| net.minecraft.world.gen.feature | |
| net.minecraft.world.gen.feature.size |
-
Uses of FeatureSize in net.minecraft.world.gen.feature
Fields in net.minecraft.world.gen.feature declared as FeatureSize Modifier and Type Field Description private FeatureSizeTreeFeatureConfig.Builder. minimumSizeFeatureSizeTreeFeatureConfig. minimumSizeConstructors in net.minecraft.world.gen.feature with parameters of type FeatureSize Constructor Description Builder(BlockStateProvider trunkProvider, TrunkPlacer trunkPlacer, BlockStateProvider foliageProvider, FoliagePlacer foliagePlacer, FeatureSize minimumSize)TreeFeatureConfig(BlockStateProvider trunkProvider, TrunkPlacer trunkPlacer, BlockStateProvider foliageProvider, FoliagePlacer foliagePlacer, BlockStateProvider dirtProvider, FeatureSize minimumSize, List<TreeDecorator> decorators, boolean ignoreVines, boolean forceDirt) -
Uses of FeatureSize in net.minecraft.world.gen.feature.size
Classes in net.minecraft.world.gen.feature.size with type parameters of type FeatureSize Modifier and Type Class Description classFeatureSizeType<P extends FeatureSize>Subclasses of FeatureSize in net.minecraft.world.gen.feature.size Modifier and Type Class Description classThreeLayersFeatureSizeclassTwoLayersFeatureSizeFields in net.minecraft.world.gen.feature.size with type parameters of type FeatureSize Modifier and Type Field Description static com.mojang.serialization.Codec<FeatureSize>FeatureSize. TYPE_CODECMethods in net.minecraft.world.gen.feature.size with type parameters of type FeatureSize Modifier and Type Method Description protected static <S extends FeatureSize>
com.mojang.serialization.codecs.RecordCodecBuilder<S,OptionalInt>FeatureSize. createCodec()private static <P extends FeatureSize>
FeatureSizeType<P>FeatureSizeType. register(String id, com.mojang.serialization.Codec<P> codec)