Package appeng.helpers

Examples of appeng.helpers.PlayerSecurityWrapper


      ItemStack is = ais.getItemStack();
      Item i = is.getItem();
      if ( i instanceof IBiometricCard )
      {
        IBiometricCard bc = (IBiometricCard) i;
        bc.registerPermissions( new PlayerSecurityWrapper( playerPerms ), pr, is );
      }
    }

    // make sure thea admin is Boss.
    playerPerms.put( gridProxy.getNode().getPlayerID(), EnumSet.allOf( SecurityPermissions.class ) );
View Full Code Here

TOP

Related Classes of appeng.helpers.PlayerSecurityWrapper

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.