Package net.minecraft.util
Class GsonHelper.CountedAppendable
java.lang.Object
net.minecraft.util.GsonHelper.CountedAppendable
- All Implemented Interfaces:
Appendable
- Enclosing class:
GsonHelper
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate Appendable
accountChars
(int pChars) append
(char pC) append
(CharSequence pSequence) append
(CharSequence pSequence, int pStart, int pEnd)
-
Field Details
-
totalCount
private int totalCount -
limit
private final int limit
-
-
Constructor Details
-
CountedAppendable
public CountedAppendable(int pLimit)
-
-
Method Details
-
accountChars
-
append
- Specified by:
append
in interfaceAppendable
-
append
- Specified by:
append
in interfaceAppendable
-
append
- Specified by:
append
in interfaceAppendable
-