-
-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Custom classes #26
Comments
I think this would be pretty cool to use, ngl it could help a lot with some things, the real issue i'd suspect is the implementation in skript itself. |
The syntax has been changed since I made this issue, here's an example of the current syntax:
|
So wait, its been added? Or were you just changing the initial syntax comment |
It hasn't been added, but I've been working on it locally, although there are still things left to be done |
Ah still, that'd be pretty cool once its done. If you need any testers just ask me. |
wondering on the progress of this |
Not much, it won't be available until the Structure API is merged |
any progress? |
If there's any progress I'll post it here no need to ask |
Be able to extend classes as well as implement them (maybe both at the same time).
Resources:
http://hg.openjdk.java.net/jdk8/jdk8/jdk/file/687fd7c7986d/src/share/classes/sun/misc/ProxyGenerator.java
https://marschall.github.io/2017/07/11/java-proxy-anatomy.html (see this one to save generated files)
Also experiment if ClassLoader#defineClass can be used properly (link)
Idea for syntax:
EDIT: probably name this custom classes
The text was updated successfully, but these errors were encountered: