Applied Energistics 2

Applied Energistics 2

137M Downloads

Replace remaining uses of grid.getService() with the convenience methods

shartte opened this issue ยท 0 comments

commented

For example:

grid.getService(ISecurityService.class)

to

grid.getSecurityService()