Uses of Class
net.minecraft.world.level.LevelGeneratorType
Packages that use LevelGeneratorType
Package
Description
-
Uses of LevelGeneratorType in net.minecraft.network.packet.s2c.play
Fields in net.minecraft.network.packet.s2c.play declared as LevelGeneratorTypeModifier and TypeFieldDescriptionprivate LevelGeneratorTypePlayerRespawnS2CPacket.generatorTypeprivate LevelGeneratorTypeGameJoinS2CPacket.levelGeneratorTypeMethods in net.minecraft.network.packet.s2c.play that return LevelGeneratorTypeModifier and TypeMethodDescriptionGameJoinS2CPacket.getGeneratorType()PlayerRespawnS2CPacket.getGeneratorType()Constructors in net.minecraft.network.packet.s2c.play with parameters of type LevelGeneratorTypeModifierConstructorDescriptionGameJoinS2CPacket(int int2, GameMode gameMode, boolean bool, int int3, Difficulty difficulty, int int4, LevelGeneratorType levelGeneratorType, boolean bool2) PlayerRespawnS2CPacket(int int2, Difficulty difficulty, LevelGeneratorType levelGeneratorType, GameMode gameMode) -
Uses of LevelGeneratorType in net.minecraft.server
Methods in net.minecraft.server with parameters of type LevelGeneratorTypeModifier and TypeMethodDescriptionvoidMinecraftServer.setupWorld(String world, String worldName, long seed, LevelGeneratorType generatorType, String generatorOptions) -
Uses of LevelGeneratorType in net.minecraft.server.integrated
Methods in net.minecraft.server.integrated with parameters of type LevelGeneratorTypeModifier and TypeMethodDescriptionprotected voidIntegratedServer.setupWorld(String world, String worldName, long seed, LevelGeneratorType generatorType, String generatorOptions) -
Uses of LevelGeneratorType in net.minecraft.world
Methods in net.minecraft.world that return LevelGeneratorType -
Uses of LevelGeneratorType in net.minecraft.world.biome
Constructors in net.minecraft.world.biome with parameters of type LevelGeneratorTypeModifierConstructorDescriptionprivateSingletonBiomeSource(long long2, LevelGeneratorType levelGeneratorType, String string) -
Uses of LevelGeneratorType in net.minecraft.world.biome.layer
Methods in net.minecraft.world.biome.layer with parameters of type LevelGeneratorTypeModifier and TypeMethodDescriptionstatic Layer[]Layer.method_146(long long2, LevelGeneratorType levelGeneratorType, CustomizedWorldProperties customizedWorldProperties) Constructors in net.minecraft.world.biome.layer with parameters of type LevelGeneratorTypeModifierConstructorDescriptionSetBaseBiomesLayer(long long2, Layer layer, LevelGeneratorType levelGeneratorType, CustomizedWorldProperties customizedWorldProperties) -
Uses of LevelGeneratorType in net.minecraft.world.chunk
Fields in net.minecraft.world.chunk declared as LevelGeneratorTypeMethods in net.minecraft.world.chunk that return LevelGeneratorType -
Uses of LevelGeneratorType in net.minecraft.world.dimension
Fields in net.minecraft.world.dimension declared as LevelGeneratorType -
Uses of LevelGeneratorType in net.minecraft.world.level
Fields in net.minecraft.world.level declared as LevelGeneratorTypeModifier and TypeFieldDescriptionstatic final LevelGeneratorTypeLevelGeneratorType.AMPLIFIEDstatic final LevelGeneratorTypeLevelGeneratorType.CUSTOMIZEDstatic final LevelGeneratorTypeLevelGeneratorType.DEBUGstatic final LevelGeneratorTypeLevelGeneratorType.DEFAULTstatic final LevelGeneratorTypeLevelGeneratorType.DEFAULT_1_1static final LevelGeneratorTypeLevelGeneratorType.FLATprivate final LevelGeneratorTypeLevelInfo.generatorTypestatic final LevelGeneratorTypeLevelGeneratorType.LARGE_BIOMESprivate LevelGeneratorTypeLevelProperties.levelGeneratorTypestatic final LevelGeneratorType[]LevelGeneratorType.TYPESMethods in net.minecraft.world.level that return LevelGeneratorTypeModifier and TypeMethodDescriptionLevelInfo.getGeneratorType()LevelProperties.getGeneratorType()ReadOnlyLevelProperties.getGeneratorType()LevelGeneratorType.getTypeForVersion(int version) static LevelGeneratorTypeLevelGeneratorType.getTypeFromName(String name) private LevelGeneratorTypeLevelGeneratorType.setHasInfo()private LevelGeneratorTypeLevelGeneratorType.setVersioned()private LevelGeneratorTypeLevelGeneratorType.setVisible(boolean visible) Methods in net.minecraft.world.level with parameters of type LevelGeneratorTypeModifier and TypeMethodDescriptionvoidLevelProperties.setLevelGeneratorType(LevelGeneratorType type) voidReadOnlyLevelProperties.setLevelGeneratorType(LevelGeneratorType type) Constructors in net.minecraft.world.level with parameters of type LevelGeneratorTypeModifierConstructorDescriptionLevelInfo(long long2, GameMode gameMode, boolean bool, boolean bool2, LevelGeneratorType levelGeneratorType)