Uses of Interface
net.minecraft.level.source.LevelSource
Packages that use LevelSource
Package
Description
-
Uses of LevelSource in net.minecraft.client.level
Methods in net.minecraft.client.level that return LevelSource -
Uses of LevelSource in net.minecraft.level
Fields in net.minecraft.level declared as LevelSourceMethods in net.minecraft.level that return LevelSource -
Uses of LevelSource in net.minecraft.level.chunk
Classes in net.minecraft.level.chunk that implement LevelSourceModifier and TypeClassDescriptionclassclassclassFields in net.minecraft.level.chunk declared as LevelSourceModifier and TypeFieldDescriptionprivate LevelSourceChunkCache.levelSourceprivate LevelSourceServerChunkCache.levelSourceMethods in net.minecraft.level.chunk with parameters of type LevelSourceModifier and TypeMethodDescriptionvoidChunkCache.decorate(LevelSource levelSource, int chunkX, int chunkZ) voidMultiplayerChunkCache.decorate(LevelSource levelSource, int chunkX, int chunkZ) voidServerChunkCache.decorate(LevelSource levelSource, int chunkX, int chunkZ) Constructors in net.minecraft.level.chunk with parameters of type LevelSourceModifierConstructorDescriptionServerChunkCache(Level level, ChunkIO chunkIO, LevelSource levelSource) -
Uses of LevelSource in net.minecraft.level.dimension
Methods in net.minecraft.level.dimension that return LevelSourceModifier and TypeMethodDescriptionDimension.createLevelSource()Nether.createLevelSource()Skylands.createLevelSource() -
Uses of LevelSource in net.minecraft.level.gen
Methods in net.minecraft.level.gen with parameters of type LevelSourceModifier and TypeMethodDescriptionvoidCave.generate(LevelSource levelSource, Level level, int x, int z, byte[] tileIdArray) -
Uses of LevelSource in net.minecraft.level.source
Classes in net.minecraft.level.source that implement LevelSourceModifier and TypeClassDescriptionclassclassclassMethods in net.minecraft.level.source with parameters of type LevelSourceModifier and TypeMethodDescriptionvoidLevelSource.decorate(LevelSource levelSource, int chunkX, int chunkZ) voidNetherLevelSource.decorate(LevelSource levelSource, int chunkX, int chunkZ) voidOverworldLevelSource.decorate(LevelSource levelSource, int chunkX, int chunkZ) voidSkylandsLevelSource.decorate(LevelSource levelSource, int chunkX, int chunkZ) -
Uses of LevelSource in net.minecraft.server.level
Classes in net.minecraft.server.level that implement LevelSourceFields in net.minecraft.server.level declared as LevelSourceMethods in net.minecraft.server.level that return LevelSourceMethods in net.minecraft.server.level with parameters of type LevelSourceModifier and TypeMethodDescriptionvoidServerLevelSource.decorate(LevelSource levelSource, int chunkX, int chunkZ) Constructors in net.minecraft.server.level with parameters of type LevelSourceModifierConstructorDescriptionServerLevelSource(ServerLevel serverLevel, ChunkIO chunkIO, LevelSource levelSource)