Index

C D G I M O P 
All Classes All Packages

C

com.vk2gpz.maxstack - package com.vk2gpz.maxstack
 

D

dropItem(Location, ItemStack, int) - Static method in class com.vk2gpz.maxstack.MaxStack
This method will drop an item at the specified location.
dropItemNaturally(Location, ItemStack, int) - Static method in class com.vk2gpz.maxstack.MaxStack
This method will drop an item at the specified location in natural fashion.

G

getAmount(Item) - Static method in class com.vk2gpz.maxstack.MaxStack
This method will return the amount of ItemStack objects represented by this item.
getStacks(Item) - Static method in class com.vk2gpz.maxstack.MaxStack
This method will return an array of ItemStack objects represented by the specified item.

I

isMaxStack(Item) - Static method in class com.vk2gpz.maxstack.MaxStack
This method will return true if the specified item is associated with ItemStack object, which represents more than max stack size.

M

MaxStack - Class in com.vk2gpz.maxstack
 
MaxStack() - Constructor for class com.vk2gpz.maxstack.MaxStack
 

O

onDisable() - Method in class com.vk2gpz.maxstack.MaxStack
 
onEnable() - Method in class com.vk2gpz.maxstack.MaxStack
 

P

pickup(Item, Inventory) - Static method in class com.vk2gpz.maxstack.MaxStack
This method will pickup as many itemstack objects as it can into the specified inventory.
C D G I M O P 
All Classes All Packages