BlackBoxMC / blackboxmc-rs

Rust bindings for BlackBoxMC
GNU Lesser General Public License v3.0
12 stars 1 forks source link

Object Constructors #4

Closed IoIxD closed 1 year ago

IoIxD commented 1 year ago

Bind object constructors to functions. They'll have to take in a JNI parameter.

IoIxD commented 1 year ago

We can leach off of the static methods for these for the most part. We just need to pass a "is_constructor" parameter to parse_methods and then branch off to a new function when its True instead of doing return_format