07-11-2012, 03:37 PM
Then you can either use an array/map of functions that return a new instance of ItemStacks using a similar pattern to the accepted answer to this question: http://stackoverflow.com/questions/42807...of-methods
or you could just have an array/map full of different instances of ItemStacks, depending on your needs.
or you could just have an array/map full of different instances of ItemStacks, depending on your needs.