Klasse BuiltInFonts

java.lang.Object
de.luckymcdev.foundryengine.common.font.BuiltInFonts

public class BuiltInFonts extends Object
Font definition IDs for the built-in JetBrains Mono Nerd Font family. Each constant is a font definition JSON identifier (namespace:path, no "font/" prefix or ".json" suffix).
  • Feldübersicht

    Felder
    Modifikator und Typ
    Feld
    Beschreibung
    static final List<net.minecraft.network.chat.FontDescription.Resource>
     
    static final net.minecraft.network.chat.FontDescription.Resource
     
    static final net.minecraft.network.chat.FontDescription.Resource
     
    static final net.minecraft.network.chat.FontDescription.Resource
     
    static final net.minecraft.network.chat.FontDescription.Resource
     
    static final net.minecraft.network.chat.FontDescription.Resource
     
    static final net.minecraft.network.chat.FontDescription.Resource
     
    static final List<net.minecraft.network.chat.FontDescription.Resource>
     
    static final net.minecraft.network.chat.FontDescription.Resource
     
    static final net.minecraft.network.chat.FontDescription.Resource
     
  • Konstruktorübersicht

    Konstruktoren
    Konstruktor
    Beschreibung
     
  • Methodenübersicht

    Modifikator und Typ
    Methode
    Beschreibung
    static net.minecraft.network.chat.FontDescription
    face(boolean bold, boolean italic)
     

    Von Klasse geerbte Methoden Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Felddetails

    • LIGHT

      public static final net.minecraft.network.chat.FontDescription.Resource LIGHT
    • REGULAR

      public static final net.minecraft.network.chat.FontDescription.Resource REGULAR
    • MEDIUM

      public static final net.minecraft.network.chat.FontDescription.Resource MEDIUM
    • SEMIBOLD

      public static final net.minecraft.network.chat.FontDescription.Resource SEMIBOLD
    • BOLD

      public static final net.minecraft.network.chat.FontDescription.Resource BOLD
    • ITALIC

      public static final net.minecraft.network.chat.FontDescription.Resource ITALIC
    • BOLD_ITALIC

      public static final net.minecraft.network.chat.FontDescription.Resource BOLD_ITALIC
    • FALLBACK

      public static final net.minecraft.network.chat.FontDescription.Resource FALLBACK
    • ALL

      public static final List<net.minecraft.network.chat.FontDescription.Resource> ALL
    • MINIMAL

      public static final List<net.minecraft.network.chat.FontDescription.Resource> MINIMAL
  • Konstruktordetails

    • BuiltInFonts

      public BuiltInFonts()
  • Methodendetails

    • face

      public static net.minecraft.network.chat.FontDescription face(boolean bold, boolean italic)