Class PortalDropData

  • All Implemented Interfaces:
    java.io.Serializable, ActionData

    public class PortalDropData
    extends java.lang.Object
    implements ActionData
    Represents an action after a portal being dropped and before a portal being moved.
    Author:
    jumperchen
    See Also:
    Serialized Form
    • Constructor Detail

      • PortalDropData

        public PortalDropData()
    • Method Detail

      • getDroppedIndex

        public int getDroppedIndex()
        Returns the dropped index.
      • getDraggedIndex

        public int getDraggedIndex()
        Returns the dragged index.
      • getDroppedColumnIndex

        public int getDroppedColumnIndex()
        Returns the index of the column which dropped happened.
      • getDraggedColumnIndex

        public int getDraggedColumnIndex()
        Returns the index of the column which dragged happened.