WTHIT

WTHIT

10M Downloads

[API] Pass the default instance of the ObjectPicker as an argument

Exopandora opened this issue ยท 1 comments

commented

It would be good if the default instance of the object picker could be passed as a parameter of IObjectPicker#pick. I know that the default instance of the object picker can be accessed via ObjectPicker.INSTANCE but this also requires the actual mod as a dependency as it is not part of the api. In my project i want to add a plugin to replace the ObjectPicker, but because it is a multi-modloader setup i have no mod dependency in my common project, just the api dependency.

commented

Nvm i have to create a modloader-specific plugin class anyways.