Class UntilableDrawable

    • Constructor Detail

      • UntilableDrawable

        public UntilableDrawable​(double x,
                                 double y,
                                 int z,
                                 String textureHandle)
        Create a new untilable Drawable.
        Parameters:
        x -
        y -
        z -
        textureHandle -
    • Method Detail

      • isTilable

        public boolean isTilable()
        Description copied from interface: Drawable
        Return wether this Drawable can be drawn tiled if multiple are present in the same cell.
        Returns:
        true if the Drawable is tilable