Uses of Interface
net.minecraft.class_11767
Packages that use class_11767
Package
Description
The base package for all Minecraft classes.
-
Uses of class_11767 in net.minecraft
Methods in net.minecraft that return class_11767Modifier and TypeMethodDescriptionclass_11768.method_73399(float float2, float float3, int int2, int int3, Style style, float float4, float float5) class_11769.method_73406(float float2, float float3, float float4, float float5, float float6, int int2, int int3, float float7) -
Uses of class_11767 in net.minecraft.client.font
Classes in net.minecraft.client.font that implement class_11767Modifier and TypeClassDescriptionprivate static final recordprivate static final recordFields in net.minecraft.client.font with type parameters of type class_11767Modifier and TypeFieldDescription(package private) final List<class_11767> TextRenderer.Drawer.drawnGlyphsprivate @Nullable List<class_11767> TextRenderer.Drawer.rectanglesMethods in net.minecraft.client.font that return class_11767Modifier and TypeMethodDescriptionBakedGlyph.method_73399(float float2, float float3, int int2, int int3, Style style, float float4, float float5) BakedGlyph.method_73406(float float2, float float3, float float4, float float5, float float6, int int2, int int3, float float7) Methods in net.minecraft.client.font with parameters of type class_11767Modifier and TypeMethodDescriptionprivate voidTextRenderer.Drawer.addGlyph(class_11767 glyph) private voidTextRenderer.Drawer.addRectangle(class_11767 rectangle) voidTextRenderer.GlyphDrawer.drawGlyph(class_11767 glyph) voidTextRenderer.GlyphDrawer.drawRectangle(class_11767 bakedGlyph) -
Uses of class_11767 in net.minecraft.client.gui.render.state
Fields in net.minecraft.client.gui.render.state declared as class_11767Modifier and TypeFieldDescriptionprivate final class_11767GlyphGuiElementRenderState.renderableThe field for therenderablerecord component.Methods in net.minecraft.client.gui.render.state that return class_11767Modifier and TypeMethodDescriptionGlyphGuiElementRenderState.renderable()Returns the value of therenderablerecord component.Constructors in net.minecraft.client.gui.render.state with parameters of type class_11767ModifierConstructorDescriptionGlyphGuiElementRenderState(Matrix3x2f matrix3x2f, class_11767 class_11767, @Nullable ScreenRect screenRect) -
Uses of class_11767 in net.minecraft.client.texture
Classes in net.minecraft.client.texture that implement class_11767