类 PreparedText<MSG,RECEIVER>
java.lang.Object
cc.carm.lib.configuration.value.text.function.ContentHandler<RECEIVER,SELF>
cc.carm.lib.configuration.value.text.function.TextParser<RECEIVER,SELF>
cc.carm.lib.configuration.value.text.function.TextCompiler<MSG,RECEIVER,SELF>
cc.carm.lib.configuration.value.text.function.TextDispatcher<MSG,RECEIVER,PreparedText<MSG,RECEIVER>>
cc.carm.lib.configuration.value.text.PreparedText<MSG,RECEIVER>
- 所有已实现的接口:
Insertable<RECEIVER,,PreparedText<MSG, RECEIVER>> Replaceable<RECEIVER,PreparedText<MSG, RECEIVER>>
public class PreparedText<MSG,RECEIVER>
extends TextDispatcher<MSG,RECEIVER,PreparedText<MSG,RECEIVER>>
-
字段概要
字段从类继承的字段 cc.carm.lib.configuration.value.text.function.TextDispatcher
dispatcher从类继承的字段 cc.carm.lib.configuration.value.text.function.TextCompiler
compiler从类继承的字段 cc.carm.lib.configuration.value.text.function.ContentHandler
disableInsertion, inserters, insertion, lineSeparator, paramReplacer, params, parser, replacers -
构造器概要
构造器 -
方法概要
从类继承的方法 cc.carm.lib.configuration.value.text.function.TextDispatcher
dispatcher, to, to, to从类继承的方法 cc.carm.lib.configuration.value.text.function.TextCompiler
compile, compileLine, compiler从类继承的方法 cc.carm.lib.configuration.value.text.function.TextParser
handle, parse, parse, parseLine, parseLine从类继承的方法 cc.carm.lib.configuration.value.text.function.ContentHandler
buildParams, disableInsertion, enableInsertion, getInsertion, handle, insert, inserter, inserters, inserting, lineSeparator, noneInsertion, paramReplacer, params, parse, parser, placeholder, placeholders, placeholders, placeholders, removeInsert, replacer, replacers, setPlaceholders从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 cc.carm.lib.configuration.value.text.function.inserter.Insertable
insert, insert, insert从接口继承的方法 cc.carm.lib.configuration.value.text.function.replacer.Replaceable
applyReplacements, replace, replace, replace, replace, replace, replace, replace, replacer
-
字段详细资料
-
texts
-
-
构造器详细资料
-
PreparedText
-
-
方法详细资料
-
texts
- 指定者:
texts在类中TextParser<RECEIVER,PreparedText<MSG, RECEIVER>>
-
self
- 指定者:
self在类中ContentHandler<RECEIVER,PreparedText<MSG, RECEIVER>>
-
insert
public PreparedText<MSG,RECEIVER> insert(@NotNull @NotNull String key, @NotNull @NotNull ConfiguredText<?, RECEIVER> message, @NotNull @NotNull Object... values)
-