MCImmutableStringReader
Importing the class
It might be required for you to import the package if you encounter any issues (like casting an Array), so better be safe than sorry and add the import at the very top of the file.
It might be required for you to import the package if you encounter any issues (like casting an Array), so better be safe than sorry and add the import at the very top of the file.
import crafttweaker.api.commands.custom.MCImmutableStringReader;
Return Type: boolean
MCImmutableStringReader.canRead() as boolean
myMCImmutableStringReader.canRead();
Return Type: boolean
MCImmutableStringReader.canRead(arg0 as int) as boolean
Parameter | Type | Description |
---|---|---|
arg0 | int | No Description Provided |
Return Type: int
MCImmutableStringReader.getCursor() as int
myMCImmutableStringReader.getCursor();
Return Type: string
MCImmutableStringReader.getRead() as string
myMCImmutableStringReader.getRead();
Return Type: string
MCImmutableStringReader.getRemaining() as string
myMCImmutableStringReader.getRemaining();
Return Type: int
MCImmutableStringReader.getRemainingLength() as int
myMCImmutableStringReader.getRemainingLength();
Return Type: string
MCImmutableStringReader.getString() as string
myMCImmutableStringReader.getString();
Return Type: int
MCImmutableStringReader.getTotalLength() as int
myMCImmutableStringReader.getTotalLength();