1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2024-07-01 01:23:30 +00:00
CC-Tweaked/projects/core-api
Jonathan Coates fe826f5c9c
Allow generic sources to have instance methods
Rather than assuming static methods are generic, and instance methods
are direct, the Generator now has separate entrypoints for handling
instance and generic methods.

As a result of this change, we've also relaxed some of the validation
code. As a result, we now allow calling private/protected methods
which are annotated with @LuaFunction.
2023-11-22 10:06:11 +00:00
..
src/main/java/dan200/computercraft/api Allow generic sources to have instance methods 2023-11-22 10:06:11 +00:00
build.gradle.kts Build a web-based emulator for the documentation site (#1597) 2023-10-03 09:19:19 +01:00