Uses of Class
net.minecraft.world.gen.feature.size.FeatureSize
Packages that use FeatureSize
-
Uses of FeatureSize in net.minecraft.world.gen.feature
Fields in net.minecraft.world.gen.feature declared as FeatureSizeModifier and TypeFieldDescriptionprivate final FeatureSize
TreeFeatureConfig.Builder.minimumSize
final FeatureSize
TreeFeatureConfig.minimumSize
Constructors in net.minecraft.world.gen.feature with parameters of type FeatureSizeModifierConstructorDescriptionBuilder
(BlockStateProvider trunkProvider, TrunkPlacer trunkPlacer, BlockStateProvider foliageProvider, FoliagePlacer foliagePlacer, Optional<RootPlacer> rootPlacer, FeatureSize minimumSize) Builder
(BlockStateProvider trunkProvider, TrunkPlacer trunkPlacer, BlockStateProvider foliageProvider, FoliagePlacer foliagePlacer, FeatureSize minimumSize) protected
TreeFeatureConfig
(BlockStateProvider trunkProvider, TrunkPlacer trunkPlacer, BlockStateProvider foliageProvider, FoliagePlacer foliagePlacer, Optional<RootPlacer> rootPlacer, 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 FeatureSizeSubclasses of FeatureSize in net.minecraft.world.gen.feature.sizeFields in net.minecraft.world.gen.feature.size with type parameters of type FeatureSizeModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec
<FeatureSize> FeatureSize.TYPE_CODEC
Methods in net.minecraft.world.gen.feature.size with type parameters of type FeatureSizeModifier and TypeMethodDescriptionprotected static <S extends FeatureSize>
com.mojang.serialization.codecs.RecordCodecBuilder<S, OptionalInt> FeatureSize.createCodec()
private static <P extends FeatureSize>
FeatureSizeType<P>