It will be much more easier and faster to me to make addon, if i could use native methods of ic2 classes "InvSlotCharge", "InvSlotConsumableLiquid" and others.
Is it possible to add it to API next build?
Suggestion: API: Add "InvSlotCharge", "InvSlotConsumableLiquid" and others to IC2 api
-
-
They are tied into the class hierarchy, thus not directly suitable for external api. Solving this would be quite non-trivial.
-
Not to mention that if you make an Addon you should use the Dev Environment Version of IC2 instead of the API making all classes of IC2 available for you.
-
Dev Environment Version of IC2
Dev-what? What a difference between "Dev Environment" and "normal" version of IC? It means, i can decompile it more correctly or something? -
If i'm not wrong the "-dev" versions are not obfuscated, thus optimal to work?
-
?
So, is SpwnX right? -
Yes he is. Just drop it into your lib Folder (and link it in eclipse) and you should be fine.
-
Yes he is. Just drop it into your lib Folder (and link it in eclipse) and you should be fine.
Oh... OK. Thanx SpwnX, Player and GregoriusT. I'll try.