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 id, LevelInfo.GameMode gameMode, boolean hardCore, int viewDistance, Difficulty difficulty, int maxPlayers, LevelGeneratorType levelGeneratorType, boolean reducedDebugInfo) PlayerRespawnS2CPacket(int dimensionId, Difficulty difficulty, LevelGeneratorType generatorType, LevelInfo.GameMode gameMode) -
Uses of LevelGeneratorType in net.minecraft.server
Methods in net.minecraft.server with parameters of type LevelGeneratorTypeModifier and TypeMethodDescriptionprotected voidMinecraftServer.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 LevelGeneratorTypeConstructors in net.minecraft.world with parameters of type LevelGeneratorTypeModifierConstructorDescriptionLayeredBiomeSource(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.init(long seed, LevelGeneratorType type, String string) Constructors in net.minecraft.world.biome.layer with parameters of type LevelGeneratorTypeModifierConstructorDescriptionSetBaseBiomesLayer(long seed, Layer layer, LevelGeneratorType type, String string) -
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 seed, LevelInfo.GameMode gameMode, boolean structures, boolean hardcore, LevelGeneratorType generatorType)