Uses of Class
net.minecraft.client.world.BuiltChunk
Packages that use BuiltChunk
Package
Description
-
Uses of BuiltChunk in net.minecraft
Fields in net.minecraft declared as BuiltChunkConstructors in net.minecraft with parameters of type BuiltChunkModifierConstructorDescriptionprivateclass_2424(WorldRenderer worldRenderer, BuiltChunk builtChunk, Direction direction, int int2) (package private)class_4807(ChunkBuilder chunkBuilder, BlockRenderLayer blockRenderLayer, BufferBuilder bufferBuilder, BuiltChunk builtChunk, ChunkAssemblyHelper chunkAssemblyHelper) -
Uses of BuiltChunk in net.minecraft.client.render
Fields in net.minecraft.client.render declared as BuiltChunkMethods in net.minecraft.client.render that return BuiltChunkModifier and TypeMethodDescriptionprotected BuiltChunkBuiltChunkStorage.getRenderedChunk(BlockPos pos) private BuiltChunkWorldRenderer.method_9901(BlockPos blockPos, BlockPos blockPos2, Direction direction) Methods in net.minecraft.client.render with parameters of type BuiltChunkModifier and TypeMethodDescriptionprivate booleanWorldRenderer.method_9900(BlockPos blockPos, BuiltChunk builtChunk) -
Uses of BuiltChunk in net.minecraft.client.render.chunk
Methods in net.minecraft.client.render.chunk with parameters of type BuiltChunkModifier and TypeMethodDescriptionChunkBuilder.method_10124(BlockRenderLayer blockRenderLayer, BufferBuilder bufferBuilder, BuiltChunk builtChunk, ChunkAssemblyHelper chunkAssemblyHelper) private voidChunkBuilder.method_10125(BufferBuilder bufferBuilder, int int2, BuiltChunk builtChunk) booleanChunkBuilder.method_10129(BuiltChunk builtChunk) booleanChunkBuilder.method_10131(BuiltChunk builtChunk) booleanChunkBuilder.method_10133(BuiltChunk builtChunk) -
Uses of BuiltChunk in net.minecraft.client.render.world
Subclasses of BuiltChunk in net.minecraft.client.render.worldMethods in net.minecraft.client.render.world that return BuiltChunkModifier and TypeMethodDescriptionChunkRenderFactory.get(World world, WorldRenderer worldRenderer, BlockPos blockPos, int i) ListChunkRenderFactoryImpl.get(World world, WorldRenderer worldRenderer, BlockPos blockPos, int i) VboChunkRenderFactoryImpl.get(World world, WorldRenderer worldRenderer, BlockPos blockPos, int i) Methods in net.minecraft.client.render.world with parameters of type BuiltChunkModifier and TypeMethodDescriptionvoidAbstractChunkRenderManager.method_9770(BuiltChunk helper) voidAbstractChunkRenderManager.method_9771(BuiltChunk helper, BlockRenderLayer layer) -
Uses of BuiltChunk in net.minecraft.client.world
Fields in net.minecraft.client.world declared as BuiltChunkMethods in net.minecraft.client.world that return BuiltChunkConstructors in net.minecraft.client.world with parameters of type BuiltChunk