Uses of Class
net.minecraft.client.render.BufferBuilder
Packages that use BufferBuilder
Package
Description
-
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) voidFireworksSparkParticle.Explosion.method_1283(BufferBuilder builder, Entity entity, float float2, float float3, float float4, float float5, float float6, float float7) voidFireworksSparkParticle.FireworkParticle.method_1283(BufferBuilder builder, Entity entity, float float2, float float3, float float4, float float5, float float6, float float7) voidFireworksSparkParticle.Flash.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 TypeMethodDescriptionBufferBuilder.color(float red, float green, float blue, float alpha) BufferBuilder.color(int red, int green, int blue, int alpha) RenderLayerBuffers.getBuffer(int index) RenderLayerBuffers.getBuffer(BlockRenderLayer renderLayer) Tessellator.getBuffer()BufferBuilder.normal(float x, float y, float z) BufferBuilder.texture(double u, double v) BufferBuilder.texture2(int u, int v) BufferBuilder.vertex(double x, double y, double z) Methods in net.minecraft.client.render with parameters of type BufferBuilderModifier and TypeMethodDescriptionvoidBufferRenderer.draw(BufferBuilder builder) voidModelBox.draw(BufferBuilder builder, float scale) voidVertexBufferUploader.draw(BufferBuilder builder) 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 TypeMethodDescriptionbooleanBlockModelRenderer.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<BakedQuad> quads, BitSet flags) private voidBlockModelRenderer.renderQuadsSmooth(BlockView world, Block block, BlockPos pos, BufferBuilder buffer, List<BakedQuad> quads, float[] box, BitSet flags, BlockModelRenderer.AmbientOcclusionCalculator aoCalculator) 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_10230(BufferBuilder bufferBuilder, BakedQuad bakedQuad) private voidItemRenderer.method_10231(BufferBuilder bufferBuilder, BakedQuad bakedQuad, int int2) private voidItemRenderer.method_10232(BufferBuilder bufferBuilder, List<BakedQuad> list, int int2, ItemStack itemStack) private voidItemRenderer.renderGuiQuad(BufferBuilder buffer, int x, int y, int width, int height, int red, int green, int blue, int alpha) -
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) -
Uses of BufferBuilder in net.minecraft.realms
Fields in net.minecraft.realms declared as BufferBuilderMethods in net.minecraft.realms with parameters of type BufferBuilderConstructors in net.minecraft.realms with parameters of type BufferBuilder