You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ Utilising modules is simple in KubeJS. The `Ku` namespace is always available bu
14
14
15
15
Each module below denotes if it's a `static` or `constructed` module through the use of the `static` and `constructed` tags. A `static` module is one you can just use. No need to create it. A `contructed` module is a module you need to create in order to be able to use. A good example of this would be the `players` module. You use this module by calling `new Ku.Player(your_mc_player_object)`. This is in contract to a `static` module like `utils` where you can just use it. For example `Ku.Utils.nullOrEmpty(the_object_you_want_to_check)`
The player module introduces some helpful methods like `showActionBar`, `isClientSide` and the ability to `clearStartItemsFlag` which is part of the Starter items system within KubeUitls
0 commit comments