Package net.mcft.copy.betterstorage.api.crate

Examples of net.mcft.copy.betterstorage.api.crate.ICrateStorage.extractItems()


        return crate.getItemCount(stack);
      }

      @Override
      public ItemStack extractItems(ItemStack stack, int count) {
        return crate.extractItems(stack, count);
      }

      @Override
      public int getSpaceForItem(ItemStack stack) {
        return crate.getSpaceForItem(stack);
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.