Uses of Record Class
net.minecraft.client.font.TextRenderLayerSet
Packages that use TextRenderLayerSet
-
Uses of TextRenderLayerSet in net.minecraft.client.font
Fields in net.minecraft.client.font declared as TextRenderLayerSetModifier and TypeFieldDescriptionprivate final TextRenderLayerSetBakedGlyph.textRenderLayersprivate final TextRenderLayerSetGlyphAtlasTexture.textRenderLayersMethods in net.minecraft.client.font that return TextRenderLayerSetModifier and TypeMethodDescriptionstatic TextRenderLayerSetTextRenderLayerSet.of(Identifier textureId) static TextRenderLayerSetTextRenderLayerSet.ofIntensity(Identifier textureId) Constructors in net.minecraft.client.font with parameters of type TextRenderLayerSetModifierConstructorDescriptionBakedGlyph(TextRenderLayerSet textRenderLayers, @Nullable GpuTexture gpuTexture, float float2, float float3, float float4, float float5, float float6, float float7, float float8, float float9) GlyphAtlasTexture(Supplier<String> nameSupplier, TextRenderLayerSet textRenderLayers, boolean hasColor)