(ItemStack... aStacks)
| 336 | |
| 337 | |
| 338 | public static ItemStack[] array(ItemStack... aStacks) {return aStacks;} |
| 339 | |
| 340 | public static ItemStack make_(Item aItem , long aSize, long aMeta) {return new ItemStack(aItem , UT.Code.bindInt(aSize), UT.Code.bindShort(aMeta));} |
| 341 | public static ItemStack make_(Block aBlock, long aSize, long aMeta) {return new ItemStack(aBlock, UT.Code.bindInt(aSize), UT.Code.bindShort(aMeta));} |
no outgoing calls
no test coverage detected