Uses of Class
net.minecraft.world.level.LevelGeneratorType
Packages that use LevelGeneratorType
Package
Description
-
Uses of LevelGeneratorType in net.minecraft
Methods in net.minecraft with parameters of type LevelGeneratorTypeModifier and TypeMethodDescriptionstatic Layer[]class_4046.method_17859(long long2, LevelGeneratorType levelGeneratorType, class_3809 class_3809) static <T extends class_4035,C extends class_4039<T>>
ImmutableList<class_4037<T>>class_4046.method_17861(LevelGeneratorType levelGeneratorType, class_3809 class_3809, LongFunction<C> longFunction) -
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, DimensionType dimensionType, Difficulty difficulty, int int3, LevelGeneratorType levelGeneratorType, boolean bool2) PlayerRespawnS2CPacket(DimensionType dimensionType, 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.method_20320(String string, String string2, long long2, LevelGeneratorType levelGeneratorType, JsonElement jsonElement) -
Uses of LevelGeneratorType in net.minecraft.server.integrated
Methods in net.minecraft.server.integrated with parameters of type LevelGeneratorTypeModifier and TypeMethodDescriptionprotected voidIntegratedServer.method_20320(String string, String string2, long long2, LevelGeneratorType levelGeneratorType, JsonElement jsonElement) -
Uses of LevelGeneratorType in net.minecraft.world
Methods in net.minecraft.world that return LevelGeneratorType -
Uses of LevelGeneratorType in net.minecraft.world.biome.layer
Constructors in net.minecraft.world.biome.layer with parameters of type LevelGeneratorTypeModifierConstructorDescriptionSetBaseBiomesLayer(LevelGeneratorType levelGeneratorType, class_3809 class_3809) -
Uses of LevelGeneratorType in net.minecraft.world.chunk
Fields in net.minecraft.world.chunk 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.field_17505static 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) LevelGeneratorType.method_16400(boolean bool) 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) -
Uses of LevelGeneratorType in net.minecraft.world.level.storage
Fields in net.minecraft.world.level.storage declared as LevelGeneratorType