Skip to content

StaticString

youyihj edited this page Aug 15, 2020 · 3 revisions

StaticString

StaticString exposes two static methods of java.lang.String (valueOf and format)

importing the package

You'd better import the package to avoid errors and write script easier.

import mods.zenutils.StaticString;

Clone this wiki locally