Cadiboo / Example-Mod

An example mod created to try and get new modders to use good code practices
GNU Lesser General Public License v3.0
196 stars 41 forks source link

Added some FastTESR helper methods. #7

Closed V0idWa1k3r closed 5 years ago

V0idWa1k3r commented 5 years ago

The first pass on the FastTESR examples and commonly used functionality as per #3 . Obviously open to suggestions. There are some warnings, but 2 of them are irrelevant(documentation-based), 2 of them want to change the access of the methods to private but they are left protected for other examples to use, although feel free to move them to an another class/package if you feel like it and the last one is the potential nullpointer warning which can't happen and if it does it is safe to crash the game.