Klasse ImGuiCharSink

java.lang.Object
de.luckymcdev.foundryengine.client.imgui.ImGuiCharSink
Alle implementierten Schnittstellen:
net.minecraft.util.FormattedCharSink

@Internal public class ImGuiCharSink extends Object implements net.minecraft.util.FormattedCharSink
  • Konstruktordetails

    • ImGuiCharSink

      public ImGuiCharSink()
  • Methodendetails

    • setup

      public void setup()
    • reset

      public void reset()
    • accept

      public boolean accept(int positionInCurrentSequence, @NotNull @NotNull net.minecraft.network.chat.Style style, int codePoint)
      Angegeben von:
      accept in Schnittstelle net.minecraft.util.FormattedCharSink
    • finish

      public void finish()