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

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

JsMacrosAC-1.8.2.340005-py3-none-any.whl (204.0 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: JsMacrosAC-1.8.2.340005.tar.gz
  • Upload date:
  • Size: 78.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.7.13

File hashes

Hashes for JsMacrosAC-1.8.2.340005.tar.gz
Algorithm Hash digest
SHA256 63740efefea467cd2d3da2119d5475d8491b8185052149606cfc846a22b8afbc
MD5 d7e2fb2ba9dfb6172b3e8e9c8569ced3
BLAKE2b-256 a50e5807c8be9b8e93908efec911ac3e0f9d59da9bc2701d5eeaa633d7a09394

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for JsMacrosAC-1.8.2.340005-py3-none-any.whl
Algorithm Hash digest
SHA256 e6d2abfffbe93b869359e14c4b59996a4eb6510cc22dcc675c5d45f4e20d981c
MD5 c88e59eaef03bc7c812935cf8319308f
BLAKE2b-256 115cb3be41ea534e8648ec073615d13e0f6697a3673ef2981bf27449179fc11c

See more details on using hashes here.

Supported by

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