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 bbq$a
  • Field Details

    • length

      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 Lbbq$a;a:I
    • maxLength

      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 Lbbq$a;b:I
  • Constructor Details

    • CharacterCounter

      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> Lbbq$a;<init>(I)V
  • Method Details

    • addCharacters

      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 Lbbq$a;a(I)Ljava/lang/Appendable;
    • append

      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 Lbbq$a;append(Ljava/lang/CharSequence;)Ljava/lang/Appendable;
    • append

      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 Lbbq$a;append(Ljava/lang/CharSequence;II)Ljava/lang/Appendable;
    • append

      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 Lbbq$a;append(C)Ljava/lang/Appendable;