bukkit/src
eueln 562af14d25 Allow inventory creation by InventoryType and title. Fixes BUKKIT-4045
Up until now it has not been possible to create a new Inventory using
a custom title and permit any InventoryType available.

The commit changes that by adding a method to optionally supply the title
for the given inventory type and holder, creating the functionality to
display any supported inventory type with a 32 character length String.

If the inventory title supplied is larger than 32 characters then an
IllegalArgumentException is thrown stating so.
2014-05-01 17:18:20 -06:00
..
main Allow inventory creation by InventoryType and title. Fixes BUKKIT-4045 2014-05-01 17:18:20 -06:00
site Fix menus for relative pathing. 2012-12-23 15:45:28 -06:00
test/java/org/bukkit Add unit tests for org.bukkit.util.StringUtil 2014-01-04 12:43:49 -06:00