- java.lang.Object
-
- cn.mcres.karlatemp.mxlib.formatter.FormatAction
-
- cn.mcres.karlatemp.mxlib.formatter.FormatAction.ActionLink
-
- 封闭类:
- FormatAction
public static class FormatAction.ActionLink extends FormatAction
-
-
嵌套类概要
-
从类继承的嵌套类/接口 cn.mcres.karlatemp.mxlib.formatter.FormatAction
FormatAction.ActionGetKey, FormatAction.ActionGetSlot, FormatAction.ActionLink, FormatAction.ActionStaticChars, FormatAction.ActionStaticString
-
-
构造器概要
构造器 构造器 说明 ActionLink()
ActionLink(Collection<FormatAction> actions)
-
方法概要
修饰符和类型 方法 说明 int
actions()
FormatAction.ActionLink
addThen(FormatAction next)
FormatAction.ActionLink
append(char[] str)
FormatAction.ActionLink
append(char[] str, int offset, int len)
FormatAction.ActionLink
append(CharSequence str)
FormatAction.ActionLink
append(CharSequence str, int offset, int len)
FormatAction.ActionLink
appendKey(String key)
FormatAction.ActionLink
appendKey(String key, BiConsumer<StringBuilder,String> unknown_variable)
FormatAction.ActionLink
appendSlot(int slot)
FormatAction.ActionLink
appendSlot(int slot, ObjIntConsumer<StringBuilder> unknown_variable)
FormatAction.ActionLink
builderSize(int size)
FormatAction.ActionLink
clear()
FormatAction.ActionLink
close()
void
get(@NotNull StringBuilder builder, Locale locale, Replacer replacer)
FormatAction.ActionLink
sizeCache(boolean cache)
-
从类继承的方法 cn.mcres.karlatemp.mxlib.formatter.FormatAction
builderSize, get, sizeCache
-
-
-
-
构造器详细资料
-
ActionLink
public ActionLink()
-
ActionLink
public ActionLink(Collection<FormatAction> actions)
-
-
方法详细资料
-
sizeCache
public FormatAction.ActionLink sizeCache(boolean cache)
- 覆盖:
sizeCache
在类中FormatAction
-
close
public FormatAction.ActionLink close()
-
builderSize
public FormatAction.ActionLink builderSize(int size)
- 覆盖:
builderSize
在类中FormatAction
-
get
public void get(@NotNull @NotNull StringBuilder builder, Locale locale, Replacer replacer)
- 指定者:
get
在类中FormatAction
-
clear
public FormatAction.ActionLink clear()
-
actions
public int actions()
-
addThen
public FormatAction.ActionLink addThen(FormatAction next)
- 覆盖:
addThen
在类中FormatAction
-
append
public FormatAction.ActionLink append(CharSequence str)
-
append
public FormatAction.ActionLink append(CharSequence str, int offset, int len)
-
append
public FormatAction.ActionLink append(char[] str)
-
append
public FormatAction.ActionLink append(char[] str, int offset, int len)
-
appendKey
public FormatAction.ActionLink appendKey(String key)
-
appendKey
public FormatAction.ActionLink appendKey(String key, BiConsumer<StringBuilder,String> unknown_variable)
-
appendSlot
public FormatAction.ActionLink appendSlot(int slot, ObjIntConsumer<StringBuilder> unknown_variable)
-
appendSlot
public FormatAction.ActionLink appendSlot(int slot)
-
-