Uses of Class
net.minecraft.world.gen.feature.size.FeatureSizeType
Packages that use FeatureSizeType
-
Uses of FeatureSizeType in net.minecraft.registry
Fields in net.minecraft.registry with type parameters of type FeatureSizeTypeModifier and TypeFieldDescriptionstatic final Registry<FeatureSizeType<?>>Registries.FEATURE_SIZE_TYPEstatic final RegistryKey<Registry<FeatureSizeType<?>>>RegistryKeys.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>