Class GroundItems

    • Method Detail

      • all

        public static java.util.List<GroundItem> all()
      • getForTile

        public static java.util.List<GroundItem> getForTile​(Tile t)
        Parameters:
        t - The tile to check for items on
        Returns:
        List of items found on tile, if none or tile is not local it will return an empty list
      • all

        public static java.util.List<GroundItem> all​(java.lang.Integer... ids)
      • all

        public static java.util.List<GroundItem> all​(java.lang.String... names)
      • closest

        public static GroundItem closest​(java.lang.String... names)
      • closest

        public static GroundItem closest​(java.lang.Integer... ids)