Uses of Interface
net.minecraft.world.chunk.ChunkSource
Packages that use ChunkSource
Package
Description
-
Uses of ChunkSource in net.minecraft.client.world.chunk
Classes in net.minecraft.client.world.chunk that implement ChunkSourceMethods in net.minecraft.client.world.chunk with parameters of type ChunkSourceModifier and TypeMethodDescriptionvoidMultiplayerChunkCache.decorate(ChunkSource source, int x, int z) -
Uses of ChunkSource in net.minecraft.server.world.chunk
Classes in net.minecraft.server.world.chunk that implement ChunkSourceFields in net.minecraft.server.world.chunk declared as ChunkSourceMethods in net.minecraft.server.world.chunk with parameters of type ChunkSourceModifier and TypeMethodDescriptionvoidServerChunkCache.decorate(ChunkSource source, int x, int z) Constructors in net.minecraft.server.world.chunk with parameters of type ChunkSourceModifierConstructorDescriptionServerChunkCache(ServerWorld world, ChunkStorage storage, ChunkSource generator) -
Uses of ChunkSource in net.minecraft.world
Fields in net.minecraft.world declared as ChunkSourceMethods in net.minecraft.world that return ChunkSourceModifier and TypeMethodDescriptionprotected ChunkSourceClientWorld.createChunkCache()protected ChunkSourceServerWorld.createChunkCache()protected ChunkSourceWorld.createChunkCache()World.getChunkSource() -
Uses of ChunkSource in net.minecraft.world.chunk
Classes in net.minecraft.world.chunk that implement ChunkSourceFields in net.minecraft.world.chunk declared as ChunkSourceModifier and TypeFieldDescriptionprivate ChunkSourceChunkCache.generatorprivate ChunkSourceLegacyChunkCache.generatorMethods in net.minecraft.world.chunk with parameters of type ChunkSourceModifier and TypeMethodDescriptionvoidChunkCache.decorate(ChunkSource source, int x, int z) voidChunkSource.decorate(ChunkSource source, int x, int z) voidLegacyChunkCache.decorate(ChunkSource source, int x, int z) Constructors in net.minecraft.world.chunk with parameters of type ChunkSourceModifierConstructorDescriptionChunkCache(World world, ChunkStorage storage, ChunkSource generator) -
Uses of ChunkSource in net.minecraft.world.dimension
Methods in net.minecraft.world.dimension that return ChunkSourceModifier and TypeMethodDescriptionDimension.createChunkGenerator()NetherDimension.createChunkGenerator()SkylandsDimension.createChunkGenerator() -
Uses of ChunkSource in net.minecraft.world.gen
Methods in net.minecraft.world.gen with parameters of type ChunkSourceModifier and TypeMethodDescriptionvoidGenerator.place(ChunkSource source, World world, int chunkX, int chunkZ, byte[] blocks) -
Uses of ChunkSource in net.minecraft.world.gen.chunk
Classes in net.minecraft.world.gen.chunk that implement ChunkSourceModifier and TypeClassDescriptionclassclassclassMethods in net.minecraft.world.gen.chunk with parameters of type ChunkSourceModifier and TypeMethodDescriptionvoidNetherChunkGenerator.decorate(ChunkSource source, int x, int z) voidOverworldChunkGenerator.decorate(ChunkSource source, int x, int z) voidSkyChunkGenerator.decorate(ChunkSource source, int x, int z)