- java.lang.Object
-
- cn.mcres.karlatemp.mxlib.formatter.FormatAction
-
- 直接已知子类:
FormatAction.ActionGetKey
,FormatAction.ActionGetSlot
,FormatAction.ActionLink
,FormatAction.ActionStaticChars
,FormatAction.ActionStaticString
public abstract class FormatAction extends Object
-
-
嵌套类概要
嵌套类 修饰符和类型 类 说明 static class
FormatAction.ActionGetKey
static class
FormatAction.ActionGetSlot
static class
FormatAction.ActionLink
static class
FormatAction.ActionStaticChars
static class
FormatAction.ActionStaticString
-
构造器概要
构造器 构造器 说明 FormatAction()
-
方法概要
修饰符和类型 方法 说明 FormatAction
addThen(FormatAction next)
int
builderSize()
FormatAction
builderSize(int size)
abstract void
get(@NotNull StringBuilder builder, Locale locale, Replacer replacer)
String
get(Locale locale, Replacer replacer)
boolean
sizeCache()
FormatAction
sizeCache(boolean cache)
-
-
-
方法详细资料
-
sizeCache
public boolean sizeCache()
-
builderSize
public int builderSize()
-
builderSize
public FormatAction builderSize(int size)
-
sizeCache
public FormatAction sizeCache(boolean cache)
-
get
public abstract void get(@NotNull @NotNull StringBuilder builder, Locale locale, Replacer replacer)
-
addThen
public FormatAction addThen(FormatAction next)
-
-