Class CloudStringReader

java.lang.Object
com.mojang.brigadier.StringReader
cloud.commandframework.fabric.internal.CloudStringReader
All Implemented Interfaces:
com.mojang.brigadier.ImmutableStringReader

public final class CloudStringReader extends com.mojang.brigadier.StringReader
An extension to the Brigadier StringReader that also implements Queue (via mixin).

See CloudStringReaderMixin for the Queue implementation.

  • Constructor Summary

    Constructors
    Constructor
    Description
    Create a new reader from text.
  • Method Summary

    Methods inherited from class com.mojang.brigadier.StringReader

    canRead, canRead, expect, getCursor, getRead, getRemaining, getRemainingLength, getString, getTotalLength, isAllowedInUnquotedString, isAllowedNumber, isQuotedStringStart, peek, peek, read, readBoolean, readDouble, readFloat, readInt, readLong, readQuotedString, readString, readStringUntil, readUnquotedString, setCursor, skip, skipWhitespace

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • CloudStringReader

      public CloudStringReader(String input)
      Create a new reader from text.
      Parameters:
      input - the input