Class ItemContainers


  • public class ItemContainers
    extends java.lang.Object
    Used to grab an item container based on ItemContainerId id's, or any that you know that we don't have listed
    • Constructor Summary

      Constructors 
      Constructor Description
      ItemContainers()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static ItemContainer getContainer​(int id)
      Gets an item container based on the item container id Known id's can be found in ItemContainerId
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ItemContainers

        public ItemContainers()
    • Method Detail

      • getContainer

        public static ItemContainer getContainer​(int id)
        Gets an item container based on the item container id Known id's can be found in ItemContainerId
        Parameters:
        id - ID of the ItemContainer to grab
        Returns:
        ItemContainer for the ID or null if failed to grab container nodes