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 final Registry<HeightProviderType<?>>Registry.HEIGHT_PROVIDER_TYPEstatic final 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 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>