类 TextDispatcher<MSG,RECEIVER,SELF extends TextDispatcher<MSG,RECEIVER,SELF>>
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,SELF>
- 所有已实现的接口:
Insertable<RECEIVER,,SELF> Replaceable<RECEIVER,SELF>
- 直接已知子类:
PreparedText
public abstract class TextDispatcher<MSG,RECEIVER,SELF extends TextDispatcher<MSG,RECEIVER,SELF>>
extends TextCompiler<MSG,RECEIVER,SELF>
-
字段概要
字段从类继承的字段 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 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明dispatcher(@NotNull BiConsumer<RECEIVER, List<MSG>> dispatcher) Set the dispatcher to send the message to the receivervoidDispatch the message to the receivervoidDispatch the message to the receiverfinal voidDispatch the message to the receiver从类继承的方法 cc.carm.lib.configuration.value.text.function.TextCompiler
compile, compileLine, compiler从类继承的方法 cc.carm.lib.configuration.value.text.function.TextParser
handle, parse, parse, parseLine, parseLine, texts从类继承的方法 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, self, 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
-
字段详细资料
-
dispatcher
-
-
构造器详细资料
-
TextDispatcher
public TextDispatcher()
-
-
方法详细资料
-
dispatcher
Set the dispatcher to send the message to the receiver- 参数:
dispatcher- the dispatcher- 返回:
TextDispatcher
-
to
Dispatch the message to the receiver- 参数:
receivers- the receivers
-
to
Dispatch the message to the receiver- 参数:
receivers- the receivers
-
to
Dispatch the message to the receiver- 参数:
receivers- the receivers
-