Interface GroundObject

  • All Superinterfaces:
    TileObject

    public interface GroundObject
    extends TileObject
    Represents an object on the ground of a tile.
    • Method Detail

      • getConvexHull

        Shape getConvexHull()
        Gets the convex hull of the objects model.
        Returns:
        the convex hull
        See Also:
        Jarvis
      • getConfig

        int getConfig()
        A bitfield containing various flags:
        
         object type id = bits & 0x20
         orientation (0-3) = bits >>> 6 & 3
         supports items = bits >>> 8 & 1