Class CopyMoveAttackDetection.yxBlockItem

  • Enclosing class:
    CopyMoveAttackDetection

    private class CopyMoveAttackDetection.yxBlockItem
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int[] block  
      private int x  
      private int y  
    • Constructor Summary

      Constructors 
      Constructor Description
      yxBlockItem​(int y, int x, int[] block)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int[] getBlock()  
      int getX()  
      int getY()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • y

        private int y
      • x

        private int x
      • block

        private int[] block
    • Constructor Detail

      • yxBlockItem

        public yxBlockItem​(int y,
                           int x,
                           int[] block)
    • Method Detail

      • getY

        public int getY()
      • getX

        public int getX()
      • getBlock

        public int[] getBlock()