Uses of Interface
net.minecraft.world.gen.heightprovider.HeightProviderType
| Package | Description |
|---|---|
| net.minecraft.util.registry | |
| net.minecraft.world.gen.heightprovider |
-
Uses of HeightProviderType in net.minecraft.util.registry
Fields in net.minecraft.util.registry with type parameters of type HeightProviderType Modifier and Type Field Description static 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 HeightProviderType Modifier and Type Field Description static HeightProviderType<BiasedToBottomHeightProvider>HeightProviderType. BIASED_TO_BOTTOMstatic HeightProviderType<ConstantHeightProvider>HeightProviderType. CONSTANTstatic HeightProviderType<UniformHeightProvider>HeightProviderType. UNIFORMMethods in net.minecraft.world.gen.heightprovider that return HeightProviderType Modifier and Type Method Description HeightProviderType<?>BiasedToBottomHeightProvider. getType()HeightProviderType<?>ConstantHeightProvider. getType()abstract HeightProviderType<?>HeightProvider. getType()HeightProviderType<?>UniformHeightProvider. getType()static <P extends HeightProvider>
HeightProviderType<P>HeightProviderType. register(String id, com.mojang.serialization.Codec<P> codec)