Skip to content

Commit 5af4db7

Browse files
committed
feat: 新增 MythicMobsDropExpEvent 事件
1 parent 62089fd commit 5af4db7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • src/main/kotlin/top/cpjinan/akarilevel/database

src/main/kotlin/top/cpjinan/akarilevel/database/Database.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@ interface Database {
3939
val memberTable: Table<*, *>
4040

4141
/**
42-
* 检查此数据库中是否包含给定路径
42+
* 检查此数据表中是否包含给定路径
4343
*
4444
* 如果请求路径的值不存在但已指定默认值,则此方法将返回 true。
4545
*
4646
* @param table 要操作的数据表。
4747
* @param path 要检查存在性的路径。
48-
* @return 如果此数据库包含请求的路径(通过默认值或已设置),则返回 true。
48+
* @return 如果此数据表包含请求的路径(通过默认值或已设置),则返回 true。
4949
*/
5050
fun contains(table: Table<*, *>, path: String): Boolean
5151

0 commit comments

Comments
 (0)