Uses of Interface
net.minecraft.class_11768
Packages that use class_11768
Package
Description
The base package for all Minecraft classes.
-
Uses of class_11768 in net.minecraft
Methods in net.minecraft that return class_11768Modifier and TypeMethodDescriptionclass_11759.method_73332(class_11759.class_11760 class_11760) class_11759.class_11760.method_73333()class_11759.class_11760.method_73334(Glyph glyph, RenderableGlyph renderableGlyph) -
Uses of class_11768 in net.minecraft.client.font
Classes in net.minecraft.client.font that implement class_11768Fields in net.minecraft.client.font declared as class_11768Modifier and TypeFieldDescription(package private) class_11768FontStorage.blankBakedGlyphprivate static final class_11768FontStorage.field_62135private @Nullable class_11768FontStorage.class_11766.field_62141Fields in net.minecraft.client.font with type parameters of type class_11768Modifier and TypeFieldDescriptionprivate final Supplier<class_11768> FontStorage.GlyphPair.advanceValidatingThe field for theadvanceValidatingrecord component.private final Supplier<class_11768> FontStorage.GlyphPair.anyThe field for theanyrecord component.private final Supplier<class_11768> FontStorage.field_62137Methods in net.minecraft.client.font that return class_11768Modifier and TypeMethodDescriptionFontStorage.class_11766.get()FontStorage.Glyphs.get(int codePoint) GlyphProvider.get(int codePoint) (package private) class_11768FontStorage.Glyphs.getObfuscated(Random random, int width) GlyphProvider.getObfuscated(Random random, int width) FontStorage.getObfuscatedBakedGlyph(Random random, int width) BitmapFont.BitmapFontGlyph.method_73332(class_11759.class_11760 class_11760) EmptyBakedGlyph.method_73332(class_11759.class_11760 class_11760) TrueTypeFont.TtfGlyph.method_73332(class_11759.class_11760 class_11760) UnihexFont.UnicodeTextureGlyph.method_73332(class_11759.class_11760 class_11760) Methods in net.minecraft.client.font that return types with arguments of type class_11768Modifier and TypeMethodDescriptionFontStorage.GlyphPair.advanceValidating()Returns the value of theadvanceValidatingrecord component.FontStorage.GlyphPair.any()Returns the value of theanyrecord component.(package private) Supplier<class_11768> FontStorage.GlyphPair.get(boolean advanceValidating) Methods in net.minecraft.client.font with parameters of type class_11768Modifier and TypeMethodDescriptionbooleanTextRenderer.Drawer.accept(int index, Style style, class_11768 glyph) Constructor parameters in net.minecraft.client.font with type arguments of type class_11768ModifierConstructorDescription(package private)GlyphPair(Supplier<class_11768> supplier, Supplier<class_11768> supplier2) -
Uses of class_11768 in net.minecraft.client.texture
Fields in net.minecraft.client.texture declared as class_11768Modifier and TypeFieldDescriptionprivate final class_11768SpriteAtlasGlyphs.FixedGlyphProvider.glyphThe field for theglyphrecord component.Methods in net.minecraft.client.texture that return class_11768Modifier and TypeMethodDescriptionSpriteAtlasGlyphs.FixedGlyphProvider.get(int codePoint) SpriteAtlasGlyphs.FixedGlyphProvider.getObfuscated(Random random, int width) SpriteAtlasGlyphs.FixedGlyphProvider.glyph()Returns the value of theglyphrecord component.Constructors in net.minecraft.client.texture with parameters of type class_11768