Main Page/32 [zh]

From BergerHealer Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 1: Line 1:
== BKCommonLib ==
== BKCommonLib ==
该工具库共享了各种插件所需的所有通用代码,将它们放在一个库中大大减少了重复代码的数量。特色工具种类繁多,每当Spigot中缺少某些功能时,它都会在BKCommonLib中添加。这就是它变得如此庞大的原因之一:Spigot中确实有很多东西(不打算)提供。
该工具库共享了各种插件所需的所有通用代码,将它们放在一个库中大大减少了重复代码的数量。工具功能种类繁多,每当Spigot中缺少某些功能时,它就会被添加进BKCommonLib中。这就是它变得如此庞大的原因之一:Spigot中确实有很多东西(不打算)提供。

Latest revision as of 00:32, 15 October 2025

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Main Page)
==BKCommonLib==
This utility library shares all the common code needs for various plugins, and having them in one library heavily reduces the amount of duplicated code. The featured utilities are varied, and whenever something is missing in Spigot, it is added in BKCommonLib. This is one of the reasons why it has become this large: there are simply a lot of things Spigot doesn't (want to) offer.

BKCommonLib

该工具库共享了各种插件所需的所有通用代码,将它们放在一个库中大大减少了重复代码的数量。工具功能种类繁多,每当Spigot中缺少某些功能时,它就会被添加进BKCommonLib中。这就是它变得如此庞大的原因之一:Spigot中确实有很多东西(不打算)提供。