use of simplepets.brainsynder.utils.Utilities in project SimplePets by brainsynder-Dev.
the class PetCore method createPluginInstances.
private void createPluginInstances() {
debug("Creating plugin instances...");
utilities = new Utilities();
itemLoaders = new ItemLoaders();
invLoaders = new InvLoaders();
linkRetriever = new LinkRetriever();
}
Aggregations