Uses of Class
net.minecraft.world.gen.feature.FeatureSizeType
Packages that use FeatureSizeType
-
Uses of FeatureSizeType in net.minecraft.util.registry
Fields in net.minecraft.util.registry with type parameters of type FeatureSizeTypeModifier and TypeFieldDescriptionstatic final RegistryKey<Registry<FeatureSizeType<?>>>
Registry.FEATURE_SIZE_TYPE_REGISTRY
static final Registry<FeatureSizeType<?>>
Registry.FEATURE_SIZE_TYPES
-
Uses of FeatureSizeType in net.minecraft.world.gen.feature
Fields in net.minecraft.world.gen.feature declared as FeatureSizeTypeModifier and TypeFieldDescriptionstatic final FeatureSizeType<ThreeLayerFeature>
FeatureSizeType.THREE_LAYERS_FEATURE_SIZE
static final FeatureSizeType<TwoLayerFeature>
FeatureSizeType.TWO_LAYERS_FEATURE_SIZE
Methods in net.minecraft.world.gen.feature that return FeatureSizeTypeModifier and TypeMethodDescriptionprivate static <P extends AbstractFeatureSizeType>
FeatureSizeType<P>protected abstract FeatureSizeType<?>
AbstractFeatureSizeType.type()
protected FeatureSizeType<?>
ThreeLayerFeature.type()
protected FeatureSizeType<?>
TwoLayerFeature.type()