Class JsonHelper.CharacterCounter

java.lang.Object
net.minecraft.util.JsonHelper.CharacterCounter
All Implemented Interfaces:
Appendable
Enclosing class:
JsonHelper

private static class JsonHelper.CharacterCounter extends Object implements Appendable
Mappings:
Namespace Name
named net/minecraft/util/JsonHelper$CharacterCounter
intermediary net/minecraft/class_3518$class_10559
official azo$a
  • Field Details Link icon

    • length Link icon

      private int length
      Mappings:
      Namespace Name Mixin selector
      named length Lnet/minecraft/util/JsonHelper$CharacterCounter;length:I
      intermediary field_55624 Lnet/minecraft/class_3518$class_10559;field_55624:I
      official a Lazo$a;a:I
    • maxLength Link icon

      private final int maxLength
      Mappings:
      Namespace Name Mixin selector
      named maxLength Lnet/minecraft/util/JsonHelper$CharacterCounter;maxLength:I
      intermediary field_55625 Lnet/minecraft/class_3518$class_10559;field_55625:I
      official b Lazo$a;b:I
  • Constructor Details Link icon

    • CharacterCounter Link icon

      public CharacterCounter(int maxLength)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/util/JsonHelper$CharacterCounter;<init>(I)V
      intermediary <init> Lnet/minecraft/class_3518$class_10559;<init>(I)V
      official <init> Lazo$a;<init>(I)V
  • Method Details Link icon

    • addCharacters Link icon

      private Appendable addCharacters(int count)
      Mappings:
      Namespace Name Mixin selector
      named addCharacters Lnet/minecraft/util/JsonHelper$CharacterCounter;addCharacters(I)Ljava/lang/Appendable;
      intermediary method_66035 Lnet/minecraft/class_3518$class_10559;method_66035(I)Ljava/lang/Appendable;
      official a Lazo$a;a(I)Ljava/lang/Appendable;
    • append Link icon

      public Appendable append(CharSequence charSequence)
      Specified by:
      append in interface Appendable
      Mappings:
      Namespace Name Mixin selector
      named append Lnet/minecraft/util/JsonHelper$CharacterCounter;append(Ljava/lang/CharSequence;)Ljava/lang/Appendable;
      intermediary append Lnet/minecraft/class_3518$class_10559;append(Ljava/lang/CharSequence;)Ljava/lang/Appendable;
      official append Lazo$a;append(Ljava/lang/CharSequence;)Ljava/lang/Appendable;
    • append Link icon

      public Appendable append(CharSequence charSequence, int from, int to)
      Specified by:
      append in interface Appendable
      Mappings:
      Namespace Name Mixin selector
      named append Lnet/minecraft/util/JsonHelper$CharacterCounter;append(Ljava/lang/CharSequence;II)Ljava/lang/Appendable;
      intermediary append Lnet/minecraft/class_3518$class_10559;append(Ljava/lang/CharSequence;II)Ljava/lang/Appendable;
      official append Lazo$a;append(Ljava/lang/CharSequence;II)Ljava/lang/Appendable;
    • append Link icon

      public Appendable append(char c)
      Specified by:
      append in interface Appendable
      Mappings:
      Namespace Name Mixin selector
      named append Lnet/minecraft/util/JsonHelper$CharacterCounter;append(C)Ljava/lang/Appendable;
      intermediary append Lnet/minecraft/class_3518$class_10559;append(C)Ljava/lang/Appendable;
      official append Lazo$a;append(C)Ljava/lang/Appendable;