the-lodestone-project / Lodestone

Create Minecraft bots with a powerful, stable, and high level Python API.
https://lodestone-documentation.vercel.app/
MIT License
44 stars 2 forks source link

Allow inject functions to be defined outside of __init__ method of a plugin #31

Closed HellishBro closed 1 year ago

HellishBro commented 1 year ago

Right now every function need to be defined in the init method

HellishBro commented 1 year ago

Closed as impossible (you cannot reference self in decorator)