Uses of Interface
net.minecraft.world.gen.heightprovider.HeightProviderType
Packages that use HeightProviderType
Package
Description
The base package for all Minecraft classes.
Contains the registry, used to register various in-game components, and related classes.
-
Uses of HeightProviderType in net.minecraft
Fields in net.minecraft with type parameters of type HeightProviderTypeModifier and TypeFieldDescriptionstatic final RegistryKey<Registry<HeightProviderType<?>>>class_7924.HEIGHT_PROVIDER_TYPE -
Uses of HeightProviderType in net.minecraft.util.registry
Fields in net.minecraft.util.registry with type parameters of type HeightProviderTypeModifier and TypeFieldDescriptionstatic final Registry<HeightProviderType<?>>Registries.HEIGHT_PROVIDER_TYPE -
Uses of HeightProviderType in net.minecraft.world.gen.heightprovider
Fields in net.minecraft.world.gen.heightprovider declared as HeightProviderTypeModifier and TypeFieldDescriptionstatic final HeightProviderType<BiasedToBottomHeightProvider>HeightProviderType.BIASED_TO_BOTTOMstatic final HeightProviderType<ConstantHeightProvider>HeightProviderType.CONSTANTstatic final HeightProviderType<TrapezoidHeightProvider>HeightProviderType.TRAPEZOIDstatic final HeightProviderType<UniformHeightProvider>HeightProviderType.UNIFORMstatic final HeightProviderType<VeryBiasedToBottomHeightProvider>HeightProviderType.VERY_BIASED_TO_BOTTOMstatic final HeightProviderType<WeightedListHeightProvider>HeightProviderType.WEIGHTED_LISTMethods in net.minecraft.world.gen.heightprovider that return HeightProviderTypeModifier and TypeMethodDescriptionBiasedToBottomHeightProvider.getType()ConstantHeightProvider.getType()abstract HeightProviderType<?>HeightProvider.getType()TrapezoidHeightProvider.getType()UniformHeightProvider.getType()VeryBiasedToBottomHeightProvider.getType()WeightedListHeightProvider.getType()private static <P extends HeightProvider>
HeightProviderType<P>