Uses of Class
net.minecraft.world.gen.feature.size.FeatureSizeType
| Package | Description |
|---|---|
| net.minecraft.util.registry | |
| net.minecraft.world.gen.feature.size |
-
Uses of FeatureSizeType in net.minecraft.util.registry
Fields in net.minecraft.util.registry with type parameters of type FeatureSizeType Modifier and Type Field Description static Registry<FeatureSizeType<?>>Registry. FEATURE_SIZE_TYPEstatic RegistryKey<Registry<FeatureSizeType<?>>>Registry. FEATURE_SIZE_TYPE_KEY -
Uses of FeatureSizeType in net.minecraft.world.gen.feature.size
Fields in net.minecraft.world.gen.feature.size declared as FeatureSizeType Modifier and Type Field Description static FeatureSizeType<ThreeLayersFeatureSize>FeatureSizeType. THREE_LAYERS_FEATURE_SIZEstatic FeatureSizeType<TwoLayersFeatureSize>FeatureSizeType. TWO_LAYERS_FEATURE_SIZEMethods in net.minecraft.world.gen.feature.size that return FeatureSizeType Modifier and Type Method Description protected abstract FeatureSizeType<?>FeatureSize. getType()protected FeatureSizeType<?>ThreeLayersFeatureSize. getType()protected FeatureSizeType<?>TwoLayersFeatureSize. getType()private static <P extends FeatureSize>
FeatureSizeType<P>FeatureSizeType. register(String id, com.mojang.serialization.Codec<P> codec)