Uses of Interface
net.minecraft.world.gen.heightprovider.HeightProviderType
Packages that use HeightProviderType
-
Uses of HeightProviderType in net.minecraft.util.registry
Fields in net.minecraft.util.registry with type parameters of type HeightProviderTypeModifier and TypeFieldDescriptionstatic Registry<HeightProviderType<?>>Registry.HEIGHT_PROVIDER_TYPEstatic RegistryKey<Registry<HeightProviderType<?>>>Registry.HEIGHT_PROVIDER_TYPE_KEY -
Uses of HeightProviderType in net.minecraft.world.gen.heightprovider
Fields in net.minecraft.world.gen.heightprovider declared as HeightProviderTypeModifier and TypeFieldDescriptionHeightProviderType.BIASED_TO_BOTTOMHeightProviderType.CONSTANTHeightProviderType.TRAPEZOIDHeightProviderType.UNIFORMHeightProviderType.VERY_BIASED_TO_BOTTOMMethods in net.minecraft.world.gen.heightprovider that return HeightProviderTypeModifier and TypeMethodDescriptionBiasedToBottomHeightProvider.getType()ConstantHeightProvider.getType()abstract HeightProviderType<?>HeightProvider.getType()TrapezoidHeightProvider.getType()UniformHeightProvider.getType()VeryBiasedToBottomHeightProvider.getType()static <P extends HeightProvider>
HeightProviderType<P>