java.lang.Object
com.viaversion.viafabricplus.injection.mixin.features.bedrock.allow_new_line.MixinFont

public abstract class MixinFont extends Object
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    int
     
  • Konstruktorübersicht

    Konstruktoren
    Konstruktor
    Beschreibung
     
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    abstract String
     
    abstract void
    drawInBatch(net.minecraft.util.FormattedCharSequence text, float x, float y, int color, boolean shadow, org.joml.Matrix4f matrix, net.minecraft.client.renderer.MultiBufferSource vertexConsumers, net.minecraft.client.gui.Font.DisplayMode layerType, int backgroundColor, int light)
     
    abstract boolean
     
    abstract List<net.minecraft.util.FormattedCharSequence>
    split(net.minecraft.network.chat.FormattedText text, int width)
     
    abstract int
    width(net.minecraft.util.FormattedCharSequence text)
     

    Von Klasse geerbte Methoden java.lang.Object

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

    • lineHeight

      public int lineHeight
  • Konstruktordetails

    • MixinFont

      public MixinFont()
  • Methodendetails

    • split

      public abstract List<net.minecraft.util.FormattedCharSequence> split(net.minecraft.network.chat.FormattedText text, int width)
    • bidirectionalShaping

      public abstract String bidirectionalShaping(String text)
    • width

      public abstract int width(net.minecraft.util.FormattedCharSequence text)
    • isBidirectional

      public abstract boolean isBidirectional()
    • drawInBatch

      public abstract void drawInBatch(net.minecraft.util.FormattedCharSequence text, float x, float y, int color, boolean shadow, org.joml.Matrix4f matrix, net.minecraft.client.renderer.MultiBufferSource vertexConsumers, net.minecraft.client.gui.Font.DisplayMode layerType, int backgroundColor, int light)