-
Notifications
You must be signed in to change notification settings - Fork 10
StaticString
Gary Bryson Luis Jr edited this page May 13, 2023
·
3 revisions
StaticString exposes two static methods of java.lang.String
(valueOf
and format
),
and basically all the Apache Commons StringUtils methods, for advance string mmanipulation.
You'd better import the package to avoid errors and write script easier.
import mods.zenutils.StaticString;
For more info about the exposed StringUtils methods, please refer to Apache Commons Javadoc.
- GlobalFunctions
- ScriptReloading
- SuppressErrorPreprocessor
- HardFailPreprocessor
- OrderlyMap
- IData Deep Update
- Template String
- Native Method Access
- Mixin
- CrTI18n
- CrTUUID
- CrTItemHandler
- CrTLiquidHandler
- ILiquidTankProperties
- StringList
- HexHelper
- StaticString
- Catenation
- PersistedCatenation
- PlayerStat
- IStatFormatter
- GameRuleHelper
- ZenCommand
- ZenCommandTree
- ZenUtilsCommandSender
- IGetCommandUsage
- ICommandExecute
- IGetTabCompletion
- CommandUtils