Uses of Class
net.minecraft.client.renderer.MultiBufferSource.BufferSource
Packages that use MultiBufferSource.BufferSource
Package
Description
-
Uses of MultiBufferSource.BufferSource in net.minecraft.client.gui
Fields in net.minecraft.client.gui declared as MultiBufferSource.BufferSourceModifier and TypeFieldDescriptionprivate final MultiBufferSource.BufferSourceGuiGraphics.bufferSourceConstructors in net.minecraft.client.gui with parameters of type MultiBufferSource.BufferSourceModifierConstructorDescriptionprivateGuiGraphics(Minecraft minecraft, PoseStack pose, MultiBufferSource.BufferSource bufferSource) GuiGraphics(Minecraft minecraft, MultiBufferSource.BufferSource bufferSource) -
Uses of MultiBufferSource.BufferSource in net.minecraft.client.gui.screens.inventory.tooltip
Methods in net.minecraft.client.gui.screens.inventory.tooltip with parameters of type MultiBufferSource.BufferSourceModifier and TypeMethodDescriptionvoidClientTextTooltip.renderText(Font p_254285_, int p_254192_, int p_253697_, org.joml.Matrix4f p_253880_, MultiBufferSource.BufferSource p_254231_) default voidClientTooltipComponent.renderText(Font font, int mouseX, int mouseY, org.joml.Matrix4f matrix, MultiBufferSource.BufferSource bufferSource) -
Uses of MultiBufferSource.BufferSource in net.minecraft.client.particle
Methods in net.minecraft.client.particle with parameters of type MultiBufferSource.BufferSourceModifier and TypeMethodDescriptionvoidParticleEngine.render(Camera camera, float partialTick, MultiBufferSource.BufferSource bufferSource) Deprecated.voidParticleEngine.render(Camera camera, float partialTick, MultiBufferSource.BufferSource bufferSource, Frustum frustum, Predicate<ParticleRenderType> renderTypePredicate) private static voidParticleEngine.renderCustomParticles(Camera camera, float partialTick, MultiBufferSource.BufferSource bufferSource, Queue<Particle> particles) Deprecated.private static voidParticleEngine.renderCustomParticles(Camera camera, float partialTick, MultiBufferSource.BufferSource bufferSource, Queue<Particle> particles, Frustum frustum) private static voidParticleEngine.renderParticleType(Camera camera, float partialTick, MultiBufferSource.BufferSource bufferSource, ParticleRenderType particleType, Queue<Particle> particles) private static voidParticleEngine.renderParticleType(Camera camera, float partialTick, MultiBufferSource.BufferSource bufferSource, ParticleRenderType particleType, Queue<Particle> particles, Frustum frustum) -
Uses of MultiBufferSource.BufferSource in net.minecraft.client.renderer
Fields in net.minecraft.client.renderer declared as MultiBufferSource.BufferSourceModifier and TypeFieldDescriptionprivate final MultiBufferSource.BufferSourceOutlineBufferSource.bufferSourceprivate final MultiBufferSource.BufferSourceRenderBuffers.bufferSourceprivate final MultiBufferSource.BufferSourceRenderBuffers.crumblingBufferSourceprivate final MultiBufferSource.BufferSourceOutlineBufferSource.outlineBufferSourceMethods in net.minecraft.client.renderer that return MultiBufferSource.BufferSourceModifier and TypeMethodDescriptionRenderBuffers.bufferSource()RenderBuffers.crumblingBufferSource()MultiBufferSource.immediate(ByteBufferBuilder sharedBuffer) MultiBufferSource.immediateWithBuffers(SequencedMap<RenderType, ByteBufferBuilder> fixedBuffers, ByteBufferBuilder sharedBuffer) Methods in net.minecraft.client.renderer with parameters of type MultiBufferSource.BufferSourceModifier and TypeMethodDescriptionprivate voidLevelRenderer.renderBlockDestroyAnimation(PoseStack poseStack, Camera camera, MultiBufferSource.BufferSource bufferSource) private voidLevelRenderer.renderBlockEntities(PoseStack poseStack, MultiBufferSource.BufferSource bufferSource, MultiBufferSource.BufferSource crumblingBufferSource, Camera camera, float partialTick) private voidLevelRenderer.renderBlockOutline(Camera camera, MultiBufferSource.BufferSource bufferSource, PoseStack poseStack, boolean sort) private voidLevelRenderer.renderEntities(PoseStack poseStack, MultiBufferSource.BufferSource bufferSource, Camera camera, DeltaTracker deltaTracker, List<Entity> entities) voidItemInHandRenderer.renderHandsWithItems(float partialTicks, PoseStack poseStack, MultiBufferSource.BufferSource buffer, LocalPlayer playerEntity, int combinedLight) voidSkyRenderer.renderSunMoonAndStars(PoseStack poseStack, MultiBufferSource.BufferSource bufferSource, float timeOfDay, int moonPhase, float rainLevel, float starBrightness, FogParameters fog) voidSkyRenderer.renderSunriseAndSunset(PoseStack poseStack, MultiBufferSource.BufferSource bufferSource, float sunAngle, int color) Constructors in net.minecraft.client.renderer with parameters of type MultiBufferSource.BufferSource -
Uses of MultiBufferSource.BufferSource in net.minecraft.client.renderer.debug
Methods in net.minecraft.client.renderer.debug with parameters of type MultiBufferSource.BufferSourceModifier and TypeMethodDescriptionvoidDebugRenderer.render(PoseStack poseStack, Frustum frustum, MultiBufferSource.BufferSource bufferSource, double camX, double camY, double camZ) voidDebugRenderer.renderAfterTranslucents(PoseStack poseStack, MultiBufferSource.BufferSource bufferSource, double camX, double camY, double camZ)
ParticleEngine.renderCustomParticles(Camera, float, MultiBufferSource.BufferSource, Queue, net.minecraft.client.renderer.culling.Frustum)instead