Package net.minecraft.client.gui.tooltip
Interface TooltipBackgroundRenderer.RectangleRenderer
- Enclosing class:
TooltipBackgroundRenderer
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
@Environment(CLIENT)
public static interface TooltipBackgroundRenderer.RectangleRenderer
A functional interface that builds a geometry for rectangles.
- Mappings:
Namespace Name official evy$a
intermediary net/minecraft/class_8002$class_8003
named net/minecraft/client/gui/tooltip/TooltipBackgroundRenderer$RectangleRenderer
-
Method Summary
Modifier and TypeMethodDescriptionvoid
blit
(Matrix4f matrix, BufferBuilder buffer, int startX, int startY, int endX, int endY, int z, int startColor, int endColor)
-
Method Details
-
blit
void blit(Matrix4f matrix, BufferBuilder buffer, int startX, int startY, int endX, int endY, int z, int startColor, int endColor) - Mappings:
Namespace Name Mixin selector official blit
Levy$a;blit(Lorg/joml/Matrix4f;Legz;IIIIIII)V
intermediary blit
Lnet/minecraft/class_8002$class_8003;blit(Lorg/joml/Matrix4f;Lnet/minecraft/class_287;IIIIIII)V
named blit
Lnet/minecraft/client/gui/tooltip/TooltipBackgroundRenderer$RectangleRenderer;blit(Lorg/joml/Matrix4f;Lnet/minecraft/client/render/BufferBuilder;IIIIIII)V
-