Package net.minecraft.client.world
Class GeneratorType
java.lang.Object
net.minecraft.client.world.GeneratorType
@Environment(CLIENT) public abstract class GeneratorType extends Object
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceGeneratorType.ScreenProvider -
Field Summary
Fields Modifier and Type Field Description static GeneratorTypeAMPLIFIEDprivate static GeneratorTypeDEBUG_ALL_BLOCK_STATESstatic GeneratorTypeDEFAULTprotected static Map<Optional<GeneratorType>,GeneratorType.ScreenProvider>field_25053private static GeneratorTypeFLATprivate static GeneratorTypeLARGE_BIOMESprivate static GeneratorTypeSINGLE_BIOME_CAVESprivate static GeneratorTypeSINGLE_BIOME_FLOATING_ISLANDSprivate static GeneratorTypeSINGLE_BIOME_SURFACEprivate TexttranslationKeyprotected static List<GeneratorType>VALUES -
Constructor Summary
Constructors Modifier Constructor Description privateGeneratorType(String translationKey) -
Method Summary
Modifier and Type Method Description TextgetTranslationKey()protected abstract ChunkGeneratormethod_29076(long long2)GeneratorOptionsmethod_29077(RegistryTracker.Modifiable modifiable, long long2, boolean bool, boolean bool2)static Optional<GeneratorType>method_29078(GeneratorOptions generatorOptions)private static GeneratorOptionsmethod_29079(GeneratorOptions generatorOptions, GeneratorType generatorType, Biome biome)private static Biomemethod_29083(GeneratorOptions generatorOptions)
-
Field Details
-
Constructor Details
-
Method Details
-
method_29079
private static GeneratorOptions method_29079(GeneratorOptions generatorOptions, GeneratorType generatorType, Biome biome) -
method_29083
-
method_29078
-
getTranslationKey
-
method_29077
public GeneratorOptions method_29077(RegistryTracker.Modifiable modifiable, long long2, boolean bool, boolean bool2) -
method_29076
-