Uses of Class
net.minecraft.world.gen.feature.size.FeatureSizeType
Packages that use FeatureSizeType
Package
Description
The base package for all Minecraft classes.
Contains the registry, used to register various in-game components, and related classes.
-
Uses of FeatureSizeType in net.minecraft
Fields in net.minecraft with type parameters of type FeatureSizeTypeModifier and TypeFieldDescriptionstatic final RegistryKey<Registry<FeatureSizeType<?>>>class_7924.FEATURE_SIZE_TYPE_WORLDGEN -
Uses of FeatureSizeType in net.minecraft.util.registry
Fields in net.minecraft.util.registry with type parameters of type FeatureSizeTypeModifier and TypeFieldDescriptionstatic final Registry<FeatureSizeType<?>>Registries.FEATURE_SIZE_TYPE -
Uses of FeatureSizeType in net.minecraft.world.gen.feature.size
Fields in net.minecraft.world.gen.feature.size declared as FeatureSizeTypeModifier and TypeFieldDescriptionstatic final FeatureSizeType<ThreeLayersFeatureSize>FeatureSizeType.THREE_LAYERS_FEATURE_SIZEstatic final FeatureSizeType<TwoLayersFeatureSize>FeatureSizeType.TWO_LAYERS_FEATURE_SIZEMethods in net.minecraft.world.gen.feature.size that return FeatureSizeTypeModifier and TypeMethodDescriptionprotected abstract FeatureSizeType<?>FeatureSize.getType()protected FeatureSizeType<?>ThreeLayersFeatureSize.getType()protected FeatureSizeType<?>TwoLayersFeatureSize.getType()private static <P extends FeatureSize>
FeatureSizeType<P>