索引
All Classes and Interfaces|所有程序包
A
- add(String, String, String) - 接口中的方法 api.linlang.command.LinCommand.Labels
- add(String, String, String) - 类中的方法 api.linlang.command.LinCommand.Labels.Impl
- ALL - enum class 中的枚举常量 api.linlang.command.LinCommand.ExecTarget
- api.linlang.audit - 程序包 api.linlang.audit
-
审计与日志服务
- api.linlang.banner - 程序包 api.linlang.banner
-
铭牌打印服务
- api.linlang.command - 程序包 api.linlang.command
-
命令服务
- api.linlang.file - 程序包 api.linlang.file
-
文件服务,包含配置文件、语言文件与数据库
- api.linlang.file.database - 程序包 api.linlang.file.database
-
数据库服务
- api.linlang.file.database.annotations - 程序包 api.linlang.file.database.annotations
-
适用于数据库服务的全部注解
- api.linlang.file.database.dto - 程序包 api.linlang.file.database.dto
-
数据库交互
- api.linlang.file.database.repo - 程序包 api.linlang.file.database.repo
-
数据库操作
- api.linlang.file.file - 程序包 api.linlang.file.file
-
文件相关服务(配置文件、语言文件)
- api.linlang.file.file.annotations - 程序包 api.linlang.file.file.annotations
-
适用于文件相关服务(配置文件、语言文件)的全部注解
- api.linlang.file.file.implement - 程序包 api.linlang.file.file.implement
-
语言对象接口类
- api.linlang.file.file.migrator - 程序包 api.linlang.file.file.migrator
-
文件版本迁移器
- api.linlang.messenger - 程序包 api.linlang.messenger
-
信息发送服务
- api.linlang.runtime - 程序包 api.linlang.runtime
-
琳琅服务入口
- apply() - 类中的方法 api.linlang.runtime.Linlang.Settings
-
应用设置
- audit(String, Object...) - 类中的静态方法 api.linlang.audit.LinLog
-
记录审计事件
- auto() - annotation interface 中的元素 api.linlang.file.database.annotations.Id
B
- BannerOptions.Builder - api.linlang.banner中的类
- bind(Class<T>) - 接口中的方法 api.linlang.file.file.ConfigService
-
绑定配置文件对象
- bind(Class<T>, boolean) - 接口中的方法 api.linlang.file.file.ConfigService
-
绑定配置文件对象
- bind(Class<T>, String, List<? extends LocaleProvider<T>>) - 接口中的方法 api.linlang.file.file.LangService
-
绑定语言对象并且注册语言提供者
- bind(Class<T>, String, List<? extends LocaleProvider<T>>, boolean) - 接口中的方法 api.linlang.file.file.LangService
-
绑定语言对象并且注册语言提供者
- build() - 类中的方法 api.linlang.banner.BannerOptions.Builder
- build() - 接口中的方法 api.linlang.command.LinCommand.Labels
- build() - 类中的方法 api.linlang.command.LinCommand.Labels.Impl
- Builder() - 类的构造器 api.linlang.banner.BannerOptions.Builder
C
- close() - 接口中的方法 api.linlang.file.database.DataService
-
Close the service.
- close() - 接口中的方法 api.linlang.file.database.repo.Repository
- close() - 接口中的方法 api.linlang.runtime.Linlang
-
安全地关闭琳琅服务
- Column - api.linlang.file.database.annotations中的Annotation Interface
-
声明为 Column
- columns() - annotation interface 中的元素 api.linlang.file.database.annotations.Index
- comment() - annotation interface 中的元素 api.linlang.file.database.annotations.Table
- Comment - api.linlang.file.file.annotations中的Annotation Interface
-
为类或字段添加注释说明
- complete(LinCommand.ParseCtx, String) - 接口中的方法 api.linlang.command.LinCommand.TypeResolver
- config() - 接口中的方法 api.linlang.file.LinFile
-
获取文件服务
- ConfigFile - api.linlang.file.file.annotations中的Annotation Interface
-
声明当前类为配置文件类
- ConfigService - api.linlang.file.file中的接口
-
配置文件服务
- configure(Object, LinOptions) - 类中的静态方法 api.linlang.runtime.Lin
-
接受
LinOptions实例,对琳琅服务进行个性化设置 - ConfigVersion - api.linlang.file.file.annotations中的Annotation Interface
-
指定配置文件的版本号
- CONSOLE - enum class 中的枚举常量 api.linlang.command.LinCommand.ExecTarget
- count() - 接口中的方法 api.linlang.file.database.repo.Repository
- create() - 接口中的静态方法 api.linlang.command.LinCommand.Labels
- currentLocale() - 接口中的方法 api.linlang.file.file.LangService
-
当前语言代码
D
- database() - 接口中的方法 api.linlang.file.LinFile
-
获取数据库服务
- DataService - api.linlang.file.database中的接口
-
Database service facade used by plugins and higher-level modules.
- DataService.DbConfig - api.linlang.file.database中的类
- DataService.DbType - api.linlang.file.database中的Enum Class
- DbConfig(String, String, String, int) - 类的构造器 api.linlang.file.database.DataService.DbConfig
- debug(String, Object...) - 类中的静态方法 api.linlang.audit.LinLog
-
输出
level=DEBUG日志 - defaultValue() - annotation interface 中的元素 api.linlang.file.database.annotations.Column
-
默认值
- define(T) - 接口中的方法 api.linlang.file.file.implement.LocaleProvider
-
使当前语言提供者实现的语言对象类中的 Key 赋值
- deleteAll() - 接口中的方法 api.linlang.file.database.repo.Repository
- deleteById(ID) - 接口中的方法 api.linlang.file.database.repo.Repository
- desc(Object...) - record class中的静态方法 api.linlang.command.LinCommand.Desc
- Desc(Map<String, String>) - record class的构造器 api.linlang.command.LinCommand.Desc
-
创建
Desc记录的实例。 - developers(List<String>) - 类中的方法 api.linlang.banner.BannerOptions.Builder
- dynamicFixedPrefix(Function<Object, String>) - 类中的方法 api.linlang.runtime.Linlang.Settings
-
设置琳琅内建提示消息的前缀
- dynamicFixedPrefix(Function<Object, String>) - 类中的方法 api.linlang.runtime.LinOptions
-
设置琳琅内建提示消息的前缀 设置琳琅内建提示消息的前缀,可便于消息识别。
E
- Entity - api.linlang.file.database.annotations中的Annotation Interface
-
声明为数据实体
- equals(Object) - record class中的方法 api.linlang.command.LinCommand.Desc
-
指示某个其他对象是否“等于”此对象。
- equals(Object) - record class中的方法 api.linlang.command.LinCommand.Permission
-
指示某个其他对象是否“等于”此对象。
- error(String, Throwable, Object...) - 类中的静态方法 api.linlang.audit.LinLog
-
输出
level=ERROR日志 - existsById(ID) - 接口中的方法 api.linlang.file.database.repo.Repository
F
- FileType - api.linlang.file.file中的Enum Class
-
生成的文件类型
- find() - 类中的静态方法 api.linlang.runtime.Lin
-
获取已注册的运行时实现;若不存在则抛出
IllegalStateException。 - findAll() - 接口中的方法 api.linlang.file.database.repo.Repository
- findAllWhere(String, Object...) - 接口中的方法 api.linlang.file.database.repo.Repository
- findById(ID) - 接口中的方法 api.linlang.file.database.repo.Repository
- findOneWhere(String, Object) - 接口中的方法 api.linlang.file.database.repo.Repository
- fixedPrefix - 类中的变量 api.linlang.runtime.LinOptions
- fixedPrefix(String) - 类中的方法 api.linlang.runtime.Linlang.Settings
-
设置琳琅内建提示消息的前缀
- fixedPrefix(String) - 类中的方法 api.linlang.runtime.LinOptions
-
设置琳琅内建提示消息的前缀
- flush() - 接口中的方法 api.linlang.file.database.repo.Repository
- flushAll() - 接口中的方法 api.linlang.file.database.DataService
-
Flush all pending changes to the underlying store.
- flushOf(Class<T>) - 接口中的方法 api.linlang.file.database.DataService
-
Flush the repository of a specific entity type.
- flushOpTo(Object) - 类中的静态方法 api.linlang.audit.LinLog
-
立即向指定的 OP 发送并刷新
LinLog.startup(String, Object...)队列缓存的日志 - flushOpToOnlineOps() - 类中的静态方法 api.linlang.audit.LinLog
-
立即发送并刷新
LinLog.op(String, Object...)队列缓存的日志 - flushStartupToConsole() - 类中的静态方法 api.linlang.audit.LinLog
-
立即发送并刷新
LinLog.startup(String, Object...)队列缓存的日志 - format() - annotation interface 中的元素 api.linlang.file.file.annotations.ConfigFile
-
配置文件格式 默认为
FileType.YAML - format() - annotation interface 中的元素 api.linlang.file.file.annotations.LangPack
-
配置文件格式。
- from() - 接口中的方法 api.linlang.file.file.migrator.Migrator
G
- get(String) - 接口中的方法 api.linlang.command.LinCommand.Ctx
- get(String) - 类中的方法 api.linlang.file.file.migrator.MutableDocument
- getOr(String, T) - 接口中的方法 api.linlang.command.LinCommand.Ctx
H
- H2 - enum class 中的枚举常量 api.linlang.file.database.DataService.DbType
-
H2 数据库
- hashCode() - record class中的方法 api.linlang.command.LinCommand.Desc
-
返回此对象的哈希代码值。
- hashCode() - record class中的方法 api.linlang.command.LinCommand.Permission
-
返回此对象的哈希代码值。
I
- i18n() - record class中的方法 api.linlang.command.LinCommand.Desc
-
返回
i18n记录组件的值。 - I18nComment - api.linlang.file.file.annotations中的Annotation Interface
-
多语言注释
- I18nComments - api.linlang.file.file.annotations中的Annotation Interface
-
这是一个容器,不要使用,因为用起来很麻烦
- Id - api.linlang.file.database.annotations中的Annotation Interface
-
声明为主键
- IDENTITY - enum class 中的枚举常量 api.linlang.file.file.annotations.NamingStyle.Style
- Impl() - 类的构造器 api.linlang.command.LinCommand.Labels.Impl
- Index - api.linlang.file.database.annotations中的Annotation Interface
-
声明为索引
- info(String, Object...) - 类中的静态方法 api.linlang.audit.LinLog
-
输出
level=INFO日志 - init(DataService.DbType, DataService.DbConfig) - 接口中的方法 api.linlang.file.database.DataService
-
Initialize connection pool / driver by database type and config.
- init(Object) - 类中的静态方法 api.linlang.runtime.Lin
-
装载:发现 → 注入环境上下文 →
reload() - initialLocale - 类中的变量 api.linlang.runtime.LinOptions
- initialLocale(String) - 类中的方法 api.linlang.runtime.Linlang.Settings
-
设置琳琅的本地化
- initialLocale(String) - 类中的方法 api.linlang.runtime.LinOptions
-
设置琳琅的本地化
- initials(String) - 类中的方法 api.linlang.banner.BannerOptions.Builder
- items() - 类中的方法 api.linlang.file.database.dto.Page
J
K
- KEBAB - enum class 中的枚举常量 api.linlang.file.file.annotations.NamingStyle.Style
- Key - api.linlang.file.file.annotations中的Annotation Interface
-
为字段指定自定义的键名,覆盖自动生成的命名
L
- labels(Object...) - 接口中的静态方法 api.linlang.command.LinCommand
- LangPack - api.linlang.file.file.annotations中的Annotation Interface
-
声明当前类为语言提供者
- LangService - api.linlang.file.file中的接口
-
语言服务
- language() - 接口中的方法 api.linlang.file.LinFile
-
获取语言服务
- length() - annotation interface 中的元素 api.linlang.file.database.annotations.Column
-
最大长度
- Length - api.linlang.file.database.annotations中的Annotation Interface
- limit() - 类中的方法 api.linlang.file.database.dto.QuerySpec
- limit(int) - 类中的方法 api.linlang.file.database.dto.QuerySpec
- Lin - api.linlang.runtime中的类
-
入口门面,其发现并缓存运行时的
Linlang实现,是唯一使用入口。 - LinBanner - api.linlang.banner中的类
- linCommand() - 接口中的方法 api.linlang.runtime.Linlang
-
琳琅的命令服务
- LinCommand - api.linlang.command中的接口
- LinCommand.CommandExecutor - api.linlang.command中的接口
- LinCommand.Ctx - api.linlang.command中的接口
- LinCommand.Desc - api.linlang.command中的Record Class
- LinCommand.ExecTarget - api.linlang.command中的Enum Class
- LinCommand.Labels - api.linlang.command中的接口
- LinCommand.Labels.Impl - api.linlang.command中的类
- LinCommand.ParseCtx - api.linlang.command中的接口
- LinCommand.Permission - api.linlang.command中的Record Class
- LinCommand.TypeResolver - api.linlang.command中的接口
- lines() - annotation interface 中的元素 api.linlang.file.file.annotations.I18nComment
-
注释内容。
- linFile() - 接口中的方法 api.linlang.runtime.Linlang
-
琳琅的文件服务,包含配置文件、语言文件与数据库(H2 与 MySQL)
- LinFile - api.linlang.file中的接口
-
琳琅文件服务,包含了文件、语言和数据库。
- Linlang - api.linlang.runtime中的接口
-
琳琅主类
- linlang.api - 模块 linlang.api
-
琳琅(Linlang),一个适用于 Minecraft 多平台支持的开发工具。
- Linlang.Settings - api.linlang.runtime中的类
-
琳琅服务的个性化设置项
- LinLog - api.linlang.audit中的类
-
审计与日志
- linMessenger() - 接口中的方法 api.linlang.runtime.Linlang
-
琳琅的信息服务,可以方便地向任何位置(玩家或控制台)发送聊天框、动作栏、标题消息
- LinMessenger - api.linlang.messenger中的接口
-
平台无关的消息发送门面。
- LinMessenger.Vars - api.linlang.messenger中的类
- LinOptions - api.linlang.runtime中的类
-
琳琅服务的个性化设置类,仅适用于
Lin.configure(Object, LinOptions) - LinOptions() - 类的构造器 api.linlang.runtime.LinOptions
- LIST - enum class 中的枚举常量 api.linlang.file.file.annotations.NamingStyle.Style
- locale() - 接口中的方法 api.linlang.command.LinCommand.Ctx
- locale() - annotation interface 中的元素 api.linlang.file.file.annotations.I18nComment
-
语言代码,遵循 language_REGION 规则,如 zh_CN
- locale() - annotation interface 中的元素 api.linlang.file.file.annotations.LangPack
-
语言代码,如 @{code zh_CN} 即 language_REGION 格式
- locale() - 接口中的方法 api.linlang.file.file.implement.LocaleProvider
-
语言代码,遵循 language_REGION 格式,例如 zh_CN
- LocaleProvider<T> - api.linlang.file.file.implement中的接口
-
语言对象接口
M
- meta() - 接口中的方法 api.linlang.command.LinCommand.ParseCtx
- migrate() - 接口中的方法 api.linlang.file.database.DataService
-
Perform pending schema migrations if supported by the implementation.
- migrate(MutableDocument) - 接口中的方法 api.linlang.file.file.migrator.Migrator
- Migrator - api.linlang.file.file.migrator中的接口
- move(String, String) - 类中的方法 api.linlang.file.file.migrator.MutableDocument
- MutableDocument - api.linlang.file.file.migrator中的类
-
供迁移器使用的可变文档
- MutableDocument(Object) - 类的构造器 api.linlang.file.file.migrator.MutableDocument
- MYSQL - enum class 中的枚举常量 api.linlang.file.database.DataService.DbType
-
MySQL 数据库
N
- name() - annotation interface 中的元素 api.linlang.file.database.annotations.Column
-
名称
- name() - annotation interface 中的元素 api.linlang.file.database.annotations.Index
- name() - annotation interface 中的元素 api.linlang.file.database.annotations.Table
- name() - annotation interface 中的元素 api.linlang.file.file.annotations.ConfigFile
-
文件名(不含扩展名) 默认为 config
- name() - annotation interface 中的元素 api.linlang.file.file.annotations.LangPack
-
文件名(不带扩展名),例如
zh_CN默认为语言代码 - NamingStyle - api.linlang.file.file.annotations中的Annotation Interface
-
定义类中字段名称到配置文件键名的命名转换方式
- NamingStyle.Style - api.linlang.file.file.annotations中的Enum Class
- node() - record class中的方法 api.linlang.command.LinCommand.Permission
-
返回
node记录组件的值。 - NoEmit - api.linlang.file.file.annotations中的Annotation Interface
-
声明该类不应被生成为文件
- NotNull - api.linlang.file.database.annotations中的Annotation Interface
- nullable() - annotation interface 中的元素 api.linlang.file.database.annotations.Column
-
是否可空
O
- of() - 类中的静态方法 api.linlang.file.database.dto.QuerySpec
- of(Object...) - 类中的静态方法 api.linlang.messenger.LinMessenger.Vars
- of(String, String, String, int) - 类中的静态方法 api.linlang.file.database.DataService.DbConfig
-
便捷构造。
- offset() - 类中的方法 api.linlang.file.database.dto.Page
- offset() - 类中的方法 api.linlang.file.database.dto.QuerySpec
- offset(int) - 类中的方法 api.linlang.file.database.dto.QuerySpec
- op(String, Object...) - 类中的静态方法 api.linlang.audit.LinLog
-
输出
level=INFO在线 OP 可见的日志。 - options() - 类中的静态方法 api.linlang.banner.LinBanner
- orderBy() - 类中的方法 api.linlang.file.database.dto.QuerySpec
- orderBy(String) - 类中的方法 api.linlang.file.database.dto.QuerySpec
P
- Page<T> - api.linlang.file.database.dto中的类
-
分页结果。
- Page(List<T>, int, int) - 类的构造器 api.linlang.file.database.dto.Page
- param(Object) - 类中的方法 api.linlang.file.database.dto.QuerySpec
- params() - 类中的方法 api.linlang.file.database.dto.QuerySpec
- params(List<?>) - 类中的方法 api.linlang.file.database.dto.QuerySpec
- parse(LinCommand.ParseCtx, String) - 接口中的方法 api.linlang.command.LinCommand.TypeResolver
- pass() - 类中的方法 api.linlang.file.database.DataService.DbConfig
- path() - annotation interface 中的元素 api.linlang.file.file.annotations.ConfigFile
-
配置文件相对路径(相对于插件根目录) 默认为空,即插件根目录
- path() - annotation interface 中的元素 api.linlang.file.file.annotations.LangPack
-
配置文件相对路径(相对于插件根目录)。
- Permission(String) - record class的构造器 api.linlang.command.LinCommand.Permission
-
创建
Permission记录的实例。 - perms(String) - record class中的静态方法 api.linlang.command.LinCommand.Permission
- platform() - 接口中的方法 api.linlang.command.LinCommand.ParseCtx
- PLAYER - enum class 中的枚举常量 api.linlang.command.LinCommand.ExecTarget
- plugin(String, String, String) - 类中的方法 api.linlang.banner.BannerOptions.Builder
- pluginLogger(boolean) - 类中的方法 api.linlang.runtime.Linlang.Settings
-
设置琳琅审计与日志服务的日志方式
- pluginLogger(boolean) - 类中的方法 api.linlang.runtime.LinOptions
-
设置琳琅审计与日志服务的日志方式
- poolSize() - 类中的方法 api.linlang.file.database.DataService.DbConfig
- prefixProvider - 类中的变量 api.linlang.runtime.LinOptions
- print(Consumer<String>, BannerOptions) - 类中的静态方法 api.linlang.banner.LinBanner
-
打印到自定义输出
- printWithLogs(BannerOptions) - 类中的静态方法 api.linlang.banner.LinBanner
-
打印到 LinLog(INFO)
Q
- query(QuerySpec) - 接口中的方法 api.linlang.file.database.repo.Repository
- QuerySpec - api.linlang.file.database.dto中的类
- QuerySpec() - 类的构造器 api.linlang.file.database.dto.QuerySpec
R
- register(String, LinCommand.CommandExecutor, LinCommand.Permission, LinCommand.ExecTarget, LinCommand.Desc) - 接口中的方法 api.linlang.command.LinCommand
- register(String, LinCommand.CommandExecutor, LinCommand.Permission, LinCommand.ExecTarget, LinCommand.Desc, LinCommand.Labels) - 接口中的方法 api.linlang.command.LinCommand
- register(String, LinCommand.CommandExecutor, LinCommand.Permission, LinCommand.ExecTarget, LinCommand.Desc, Map<String, Map<String, String>>) - 接口中的方法 api.linlang.command.LinCommand
- reload() - 接口中的方法 api.linlang.runtime.Linlang
-
重新载入琳琅服务
- remove(String) - 类中的方法 api.linlang.file.file.migrator.MutableDocument
- repo(Class<T>) - 接口中的方法 api.linlang.file.database.DataService
-
Obtain a repository for the annotated entity type.
- Repository<T,
ID> - api.linlang.file.database.repo中的接口 - requirePlayer(String) - 接口中的方法 api.linlang.command.LinCommand.Ctx
- run(LinCommand.Ctx) - 接口中的方法 api.linlang.command.LinCommand.CommandExecutor
S
- save(T) - 接口中的方法 api.linlang.file.database.repo.Repository
- saveAll() - 接口中的方法 api.linlang.file.file.ConfigService
-
保存所有已绑定的配置文件对象生成的配置文件中的修改
- saveAll() - 接口中的方法 api.linlang.file.file.LangService
-
保存所有已绑定的语言对象生成的语言文件中的修改
- saveAll(Collection<T>) - 接口中的方法 api.linlang.file.database.repo.Repository
- sendActionBarKey(Object, String, Object...) - 接口中的方法 api.linlang.messenger.LinMessenger
- sendActionBarKey(Object, String, Map<String, ?>) - 接口中的方法 api.linlang.messenger.LinMessenger
- sendActionBarText(Object, String, Object...) - 接口中的方法 api.linlang.messenger.LinMessenger
- sendActionBarText(Object, String, Map<String, ?>) - 接口中的方法 api.linlang.messenger.LinMessenger
- sender() - 接口中的方法 api.linlang.command.LinCommand.Ctx
- sender() - 接口中的方法 api.linlang.command.LinCommand.ParseCtx
- sendKey(Object, String, Object...) - 接口中的方法 api.linlang.messenger.LinMessenger
- sendKey(Object, String, Map<String, ?>) - 接口中的方法 api.linlang.messenger.LinMessenger
- sendText(Object, String, Object...) - 接口中的方法 api.linlang.messenger.LinMessenger
- sendText(Object, String, Map<String, ?>) - 接口中的方法 api.linlang.messenger.LinMessenger
- sendTitleKey(Object, String, String, int, int, int, Object...) - 接口中的方法 api.linlang.messenger.LinMessenger
- sendTitleKey(Object, String, String, int, int, int, Map<String, ?>) - 接口中的方法 api.linlang.messenger.LinMessenger
- sendTitleText(Object, String, String, int, int, int, Object...) - 接口中的方法 api.linlang.messenger.LinMessenger
- sendTitleText(Object, String, String, int, int, int, Map<String, ?>) - 接口中的方法 api.linlang.messenger.LinMessenger
- series(String, String) - 类中的方法 api.linlang.banner.BannerOptions.Builder
- set(String, Object) - 类中的方法 api.linlang.file.file.migrator.MutableDocument
- setLocale(String) - 接口中的方法 api.linlang.file.file.LangService
-
设置当前语言代码
- settings() - 接口中的方法 api.linlang.runtime.Linlang
-
设置琳琅服务的个性化设置
- setup(Object, LinOptions) - 类中的静态方法 api.linlang.runtime.Lin
-
装载:发现 -> 注入环境上下文 -> 通过回调读取个性化选项
LinOptions-> 应用并reload() - setup(Object, Function<Linlang, LinOptions>) - 类中的静态方法 api.linlang.runtime.Lin
-
装载:发现 -> 注入环境上下文 -> 通过回调读取个性化选项
LinOptions-> 应用并reload() - site(String) - 类中的方法 api.linlang.banner.BannerOptions.Builder
- startup(String, Object...) - 类中的静态方法 api.linlang.audit.LinLog
-
输出
level=INFO服务器启动完成时打印的日志。 - streamAll() - 接口中的方法 api.linlang.file.database.repo.Repository
- supports(String) - 接口中的方法 api.linlang.command.LinCommand.TypeResolver
T
- Table - api.linlang.file.database.annotations中的Annotation Interface
- team(String, String) - 类中的方法 api.linlang.banner.BannerOptions.Builder
- to() - 接口中的方法 api.linlang.file.file.migrator.Migrator
- toString() - record class中的方法 api.linlang.command.LinCommand.Desc
-
返回此记录的字符串表示形式。
- toString() - record class中的方法 api.linlang.command.LinCommand.Permission
-
返回此记录的字符串表示形式。
- total() - 类中的方法 api.linlang.file.database.dto.Page
- Transient - api.linlang.file.database.annotations中的Annotation Interface
U
- unwrap() - 类中的方法 api.linlang.file.file.migrator.MutableDocument
- url() - 类中的方法 api.linlang.file.database.DataService.DbConfig
- usePluginLogger - 类中的变量 api.linlang.runtime.LinOptions
- user() - 类中的方法 api.linlang.file.database.DataService.DbConfig
V
- value() - annotation interface 中的元素 api.linlang.file.database.annotations.Length
- value() - annotation interface 中的元素 api.linlang.file.file.annotations.Comment
-
注释内容。
- value() - annotation interface 中的元素 api.linlang.file.file.annotations.ConfigVersion
-
当前配置文件版本号
- value() - annotation interface 中的元素 api.linlang.file.file.annotations.I18nComments
- value() - annotation interface 中的元素 api.linlang.file.file.annotations.Key
-
指定键名
- value() - annotation interface 中的元素 api.linlang.file.file.annotations.NamingStyle
- valueOf(String) - enum class中的静态方法 api.linlang.command.LinCommand.ExecTarget
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - enum class中的静态方法 api.linlang.file.database.DataService.DbType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - enum class中的静态方法 api.linlang.file.file.annotations.NamingStyle.Style
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - enum class中的静态方法 api.linlang.file.file.FileType
-
Returns the enum constant of this class with the specified name.
- values() - enum class中的静态方法 api.linlang.command.LinCommand.ExecTarget
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - enum class中的静态方法 api.linlang.file.database.DataService.DbType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - enum class中的静态方法 api.linlang.file.file.annotations.NamingStyle.Style
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - enum class中的静态方法 api.linlang.file.file.FileType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- vars() - 接口中的方法 api.linlang.command.LinCommand.ParseCtx
- Vars() - 类的构造器 api.linlang.messenger.LinMessenger.Vars
W
- warn(String, Object...) - 类中的静态方法 api.linlang.audit.LinLog
-
输出
level=WARN日志 - where() - 类中的方法 api.linlang.file.database.dto.QuerySpec
- where(String) - 类中的方法 api.linlang.file.database.dto.QuerySpec
- withPrefix(String) - 接口中的方法 api.linlang.messenger.LinMessenger
-
设置固定前缀(仅用于聊天/控制台;Title/ActionBar 不附带前缀)。
- withPrefixProvider(Supplier<String>) - 接口中的方法 api.linlang.messenger.LinMessenger
-
设置动态前缀提供者(运行时计算;仅用于聊天/控制台)。
Y
A B C D E F G H I J K L M N O P Q R S T U V W YAll Classes and Interfaces|所有程序包