类的使用
cc.carm.lib.configuration.value.text.data.TextContents
使用TextContents的程序包
程序包
说明
-
cc.carm.lib.configuration.value.text中TextContents的使用
类型参数类型为TextContents的cc.carm.lib.configuration.value.text中的字段修饰符和类型字段说明static final ValueAdapter<TextContents>ConfiguredText.TEXT_ADAPTERstatic final ValueType<TextContents>ConfiguredText.TEXT_TYPE类型变量类型为TextContents的cc.carm.lib.configuration.value.text中的构造器参数限定符构造器说明ConfiguredText(@NotNull ValueManifest<TextContents, TextContents> manifest, @NotNull BiFunction<RECEIVER, String, String> parser, @NotNull BiFunction<RECEIVER, String, MSG> compiler, @NotNull BiConsumer<RECEIVER, List<MSG>> dispatcher, @NotNull String[] params) ConfiguredText(@NotNull ValueManifest<TextContents, TextContents> manifest, @NotNull BiFunction<RECEIVER, String, String> parser, @NotNull BiFunction<RECEIVER, String, MSG> compiler, @NotNull BiConsumer<RECEIVER, List<MSG>> dispatcher, @NotNull String[] params) -
cc.carm.lib.configuration.value.text.data中TextContents的使用
修饰符和类型方法说明TextContents.Builder.build()static @Nullable TextContentsTextContents.deserialize(@NotNull Object data) static TextContents -
cc.carm.lib.configuration.value.text.function中TextContents的使用
修饰符和类型方法说明voidContentHandler.handle(@NotNull TextContents contents, RECEIVER receiver, @NotNull Consumer<String> lineConsumer)