Class GameObjects

    • Field Detail

      • CLASS

        public static java.lang.Class<?> CLASS
    • Method Detail

      • all

        public static java.util.List<GameObject> all()
      • getObjectsOnTile

        public static GameObject[] getObjectsOnTile​(Tile t)
        Gets all GameObjects on specified Tile
        Parameters:
        t - Tile to get GameObjects on
        Returns:
        Array of GameObjects on Tile
      • getTopObjectOnTile

        public static GameObject getTopObjectOnTile​(Tile t)
        Gets the top Game Object at specified Tile
        Parameters:
        t - Tile to get GameObjects on
        Returns:
        Top Game Object on Tile
      • all

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

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

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

        public static GameObject closest​(java.lang.Integer... ids)
      • isIncludeNullNames

        public static boolean isIncludeNullNames()
      • setIncludeNullNames

        public static void setIncludeNullNames​(boolean includeNullNames)