Skip to main content

A package to let your IDE know what JsMacros can do

Project description

JsMacrosAC

The sole purpose of this package is to let your IDE know what functions the various JsMacros classes have.
Please note that this package does not add functionality and will crash your scripts if it is not imported correctly.

How to import

Each import should be imported with leading if __name__ == "": otherwise the script will break. Import all classes:

if __name__ == "": from JsMacrosAC import *

Import all classes from a specific module:

if __name__ == "": from JsMacrosAC.<moduleName> import *

Import one class:

if __name__ == "": from JsMacrosAC import <ClassName>

Import in an event file

if __name__ == "": 
    from JsMacrosAC import EventAirChange
    event = EventAirChange() #No need of arguments

#Modules There are some modules in JsMacrosAC that can be imported as well, so you don't have to import all the files.
These Modules are:

  • libraries (Contains all libraries and constants like Chat or GlobalVars)
  • helpers (Contains all helper classes)
  • events (Contains all event classes)
  • mixins (Contains all mixin classes)
  • rest (Contains all other classes)

#Libraries The Chat, JavaWrapper, Player, Request, Hud, Time, KeyBind, JsMacros, FS, Reflection, Client, World and GlobalVars libraries can be accessed by either importing all classes or importing the library module mentioned above.

#Things to note Since Python does not support function overloading, only one function will be displayed in some IDEs. See the function description or class to learn more about the different ways to use this function.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

JsMacrosAC-1.6.1.4968918.tar.gz (58.8 kB view details)

Uploaded Source

Built Distribution

JsMacrosAC-1.6.1.4968918-py3-none-any.whl (153.1 kB view details)

Uploaded Python 3

File details

Details for the file JsMacrosAC-1.6.1.4968918.tar.gz.

File metadata

  • Download URL: JsMacrosAC-1.6.1.4968918.tar.gz
  • Upload date:
  • Size: 58.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.12

File hashes

Hashes for JsMacrosAC-1.6.1.4968918.tar.gz
Algorithm Hash digest
SHA256 0110dd579cf79f790caf07d6e11c8b0780a7451413b3d21f8a5658ef52a13df3
MD5 ba9b04e2e385528466785403b2c783bc
BLAKE2b-256 275049d7d0f961464521464b5bdcfe9ca6e708dcc4eef85515ed3a2c41f831e3

See more details on using hashes here.

File details

Details for the file JsMacrosAC-1.6.1.4968918-py3-none-any.whl.

File metadata

  • Download URL: JsMacrosAC-1.6.1.4968918-py3-none-any.whl
  • Upload date:
  • Size: 153.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.12

File hashes

Hashes for JsMacrosAC-1.6.1.4968918-py3-none-any.whl
Algorithm Hash digest
SHA256 cb957b2fd7cc5cfa9e6d7a367ab50c20d9b6c44b5c9b637c7040333985cc74ae
MD5 c28d0999a7f1ae021ed03409436f0fb9
BLAKE2b-256 47f5852061bfac3d2c671d2292e561439d9ff02e2f6a8a1149f9383b7b5e37b0

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page