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.9.1.5495966.tar.gz (161.6 kB view details)

Uploaded Source

Built Distribution

JsMacrosAC-1.9.1.5495966-py3-none-any.whl (366.8 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: JsMacrosAC-1.9.1.5495966.tar.gz
  • Upload date:
  • Size: 161.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.7.17

File hashes

Hashes for JsMacrosAC-1.9.1.5495966.tar.gz
Algorithm Hash digest
SHA256 854964e39ea0a24331e9cc64ce839a4e03dffc89c87b5904ea224c0a20a1512e
MD5 0ba95cf68e875ed6f9cf7a6c83c4dd6c
BLAKE2b-256 6d5309847bd056cd1e84da8d6af935709859ceb922708eb3bf1a50f82f93c16c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for JsMacrosAC-1.9.1.5495966-py3-none-any.whl
Algorithm Hash digest
SHA256 c210e4abe0b42b7b1eb8e788d8a40556594931c75dabe2c74c88c35b1361a47d
MD5 a3c76c79b5c783d8bc4a479e533b2cb1
BLAKE2b-256 237bb28cb64bb4720c8a718789969446618d1ac502e58481587fdd7f8a13e957

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