Package com.flansmod.common.teams

Examples of com.flansmod.common.teams.ArmourBoxType$ArmourBoxEntry


  }

  @Override
  public void handleServerSide(EntityPlayerMP playerEntity)
  {
    ArmourBoxType box = ArmourBoxType.getBox(boxShortName);
    box.block.buyArmour(armourShortName, piece, playerEntity.inventory);
  }
View Full Code Here

TOP

Related Classes of com.flansmod.common.teams.ArmourBoxType$ArmourBoxEntry

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.