Uses of Class
net.minecraft.client.render.BufferBuilder
Packages that use BufferBuilder
Package
Description
-
Uses of BufferBuilder in net.minecraft
Constructors in net.minecraft with parameters of type BufferBuilderModifierConstructorDescriptionclass_2394(BufferBuilder bufferBuilder, int[] int2, int int3, int int4, VertexFormat vertexFormat) (package private)class_4807(ChunkBuilder chunkBuilder, BlockRenderLayer blockRenderLayer, BufferBuilder bufferBuilder, BuiltChunk builtChunk, ChunkAssemblyHelper chunkAssemblyHelper) -
Uses of BufferBuilder in net.minecraft.client
Methods in net.minecraft.client with parameters of type BufferBuilderModifier and TypeMethodDescriptionvoidclass_1339.method_1283(BufferBuilder builder, Entity entity, float float2, float float3, float float4, float float5, float float6, float float7) voidclass_1340.method_1283(BufferBuilder builder, Entity entity, float float2, float float3, float float4, float float5, float float6, float float7) voidclass_1341.method_1283(BufferBuilder builder, Entity entity, float float2, float float3, float float4, float float5, float float6, float float7) -
Uses of BufferBuilder in net.minecraft.client.particle
Methods in net.minecraft.client.particle with parameters of type BufferBuilderModifier and TypeMethodDescriptionvoidBarrierParticle.method_1283(BufferBuilder builder, Entity entity, float float2, float float3, float float4, float float5, float float6, float float7) voidBlockDustParticle.method_1283(BufferBuilder builder, Entity entity, float float2, float float3, float float4, float float5, float float6, float float7) voidCloudParticle.method_1283(BufferBuilder builder, Entity entity, float float2, float float3, float float4, float float5, float float6, float float7) voidDamageParticle.method_1283(BufferBuilder builder, Entity entity, float float2, float float3, float float4, float float5, float float6, float float7) voidElderGuardianAppearanceParticle.method_1283(BufferBuilder builder, Entity entity, float float2, float float3, float float4, float float5, float float6, float float7) voidEmitterParticle.method_1283(BufferBuilder builder, Entity entity, float float2, float float3, float float4, float float5, float float6, float float7) voidEmotionParticle.method_1283(BufferBuilder builder, Entity entity, float float2, float float3, float float4, float float5, float float6, float float7) voidExplosionEmitterParticle.method_1283(BufferBuilder builder, Entity entity, float float2, float float3, float float4, float float5, float float6, float float7) voidFireSmokeParticle.method_1283(BufferBuilder builder, Entity entity, float float2, float float3, float float4, float float5, float float6, float float7) voidFlameParticle.method_1283(BufferBuilder builder, Entity entity, float float2, float float3, float float4, float float5, float float6, float float7) voidFootstepParticle.method_1283(BufferBuilder builder, Entity entity, float float2, float float3, float float4, float float5, float float6, float float7) voidItemPickupParticle.method_1283(BufferBuilder builder, Entity entity, float float2, float float3, float float4, float float5, float float6, float float7) voidLargeExplosionParticle.method_1283(BufferBuilder builder, Entity entity, float float2, float float3, float float4, float float5, float float6, float float7) voidLavaEmberParticle.method_1283(BufferBuilder builder, Entity entity, float float2, float float3, float float4, float float5, float float6, float float7) voidNoteParticle.method_1283(BufferBuilder builder, Entity entity, float float2, float float3, float float4, float float5, float float6, float float7) voidParticle.method_1283(BufferBuilder builder, Entity entity, float float2, float float3, float float4, float float5, float float6, float float7) voidPortalParticle.method_1283(BufferBuilder builder, Entity entity, float float2, float float3, float float4, float float5, float float6, float float7) voidRedstoneParticle.method_1283(BufferBuilder builder, Entity entity, float float2, float float3, float float4, float float5, float float6, float float7) voidSnowballParticle.method_1283(BufferBuilder builder, Entity entity, float float2, float float3, float float4, float float5, float float6, float float7) voidSnowShovelParticle.method_1283(BufferBuilder builder, Entity entity, float float2, float float3, float float4, float float5, float float6, float float7) voidSpellParticle.method_1283(BufferBuilder builder, Entity entity, float float2, float float3, float float4, float float5, float float6, float float7) -
Uses of BufferBuilder in net.minecraft.client.render
Fields in net.minecraft.client.render declared as BufferBuilderModifier and TypeFieldDescriptionprivate BufferBuilderTessellator.bufferprivate final BufferBuilder[]RenderLayerBuffers.renderLayersMethods in net.minecraft.client.render that return BufferBuilderModifier and TypeMethodDescriptionRenderLayerBuffers.getBuffer(int index) RenderLayerBuffers.getBuffer(BlockRenderLayer renderLayer) Tessellator.getBuffer()Methods in net.minecraft.client.render with parameters of type BufferBuilderModifier and TypeMethodDescriptionvoidModelBox.draw(BufferBuilder builder, float scale) intBufferRenderer.method_9763(BufferBuilder bufferBuilder, int int2) intVertexBufferUploader.method_9763(BufferBuilder bufferBuilder, int int2) voidWorldRenderer.method_9899(Tessellator tessellator, BufferBuilder bufferBuilder, Entity entity, float float2) private voidWorldRenderer.renderSkyHalf(BufferBuilder buffer, float y, boolean bottom) private voidWorldRenderer.renderStars(BufferBuilder buffer) -
Uses of BufferBuilder in net.minecraft.client.render.block
Methods in net.minecraft.client.render.block with parameters of type BufferBuilderModifier and TypeMethodDescriptionprivate voidBlockModelRenderer.method_9959(BlockView blockView, Block block, BlockPos blockPos, BufferBuilder bufferBuilder, List list, float[] float2, BitSet bitSet, class_2434 class_2434) booleanBlockModelRenderer.render(BlockView world, BakedModel model, BlockState state, BlockPos pos, BufferBuilder buffer) booleanBlockModelRenderer.render(BlockView world, BakedModel model, BlockState state, BlockPos pos, BufferBuilder buffer, boolean cull) booleanFluidRenderer.render(BlockView world, BlockState state, BlockPos pos, BufferBuilder buffer) booleanBlockRenderManager.renderBlock(BlockState state, BlockPos pos, BlockView world, BufferBuilder buffer) booleanBlockModelRenderer.renderFlat(BlockView world, BakedModel model, Block block, BlockPos pos, BufferBuilder buffer, boolean cull) private voidBlockModelRenderer.renderQuadsFlat(BlockView world, Block block, BlockPos pos, Direction face, int light, boolean useWorldLight, BufferBuilder buffer, List quads, BitSet flags) booleanBlockModelRenderer.renderSmooth(BlockView world, BakedModel model, Block block, BlockPos pos, BufferBuilder buffer, boolean cull) -
Uses of BufferBuilder in net.minecraft.client.render.chunk
Methods in net.minecraft.client.render.chunk with parameters of type BufferBuilderModifier and TypeMethodDescriptionChunkBuilder.method_10124(BlockRenderLayer blockRenderLayer, BufferBuilder bufferBuilder, BuiltChunk builtChunk, ChunkAssemblyHelper chunkAssemblyHelper) private voidChunkBuilder.method_10125(BufferBuilder bufferBuilder, int int2, BuiltChunk builtChunk) private voidChunkBuilder.method_10126(BufferBuilder bufferBuilder, VertexBuffer vertexBuffer) -
Uses of BufferBuilder in net.minecraft.client.render.item
Methods in net.minecraft.client.render.item with parameters of type BufferBuilderModifier and TypeMethodDescriptionprivate voidItemRenderer.method_10229(BufferBuilder bufferBuilder, int int2, int int3, int int4, int int5, int int6) private voidItemRenderer.method_10230(BufferBuilder bufferBuilder, BakedQuad bakedQuad) private voidItemRenderer.method_10231(BufferBuilder bufferBuilder, BakedQuad bakedQuad, int int2) private voidItemRenderer.method_10232(BufferBuilder bufferBuilder, List list, int int2, ItemStack itemStack) -
Uses of BufferBuilder in net.minecraft.client.util
Methods in net.minecraft.client.util with parameters of type BufferBuilder -
Uses of BufferBuilder in net.minecraft.client.world
Methods in net.minecraft.client.world with parameters of type BufferBuilderModifier and TypeMethodDescriptionprivate voidBuiltChunk.method_10157(BlockRenderLayer blockRenderLayer, float float2, float float3, float float4, BufferBuilder bufferBuilder, ChunkAssemblyHelper chunkAssemblyHelper) private voidBuiltChunk.method_10158(BufferBuilder bufferBuilder, BlockPos blockPos)