Uses of Class
net.minecraft.client.world.BuiltChunk
Packages that use BuiltChunk
Package
Description
-
Uses of BuiltChunk in net.minecraft.client.render
Fields in net.minecraft.client.render declared as BuiltChunkModifier and TypeFieldDescriptionBuiltChunkStorage.chunks(package private) final BuiltChunkWorldRenderer.ChunkInfo.field_10830Fields in net.minecraft.client.render with type parameters of type BuiltChunkMethods in net.minecraft.client.render that return BuiltChunkModifier and TypeMethodDescriptionprotected BuiltChunkBuiltChunkStorage.getRenderedChunk(BlockPos pos) private BuiltChunkWorldRenderer.method_9901(BlockPos blockPos, BuiltChunk builtChunk, Direction direction) Methods in net.minecraft.client.render with parameters of type BuiltChunkModifier and TypeMethodDescriptionprivate booleanWorldRenderer.method_9900(BlockPos blockPos, BuiltChunk builtChunk) private BuiltChunkWorldRenderer.method_9901(BlockPos blockPos, BuiltChunk builtChunk, Direction direction) Constructors in net.minecraft.client.render with parameters of type BuiltChunkModifierConstructorDescriptionprivateChunkInfo(BuiltChunk builtChunk, Direction direction, int int2) -
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.worldFields in net.minecraft.client.render.world with type parameters of type BuiltChunkMethods 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 BuiltChunkModifierConstructorDescriptionChunkBuilder(BuiltChunk builtChunk, ChunkBuilder.FunctionType functionType)