Class SelectionPoint2DEvent

java.lang.Object
com.sk89q.worldedit.internal.cui.SelectionPoint2DEvent
All Implemented Interfaces:
CUIEvent

public class SelectionPoint2DEvent extends Object implements CUIEvent
  • Field Details

    • id

      protected final int id
    • blockX

      protected final int blockX
    • blockZ

      protected final int blockZ
    • area

      protected final long area
  • Constructor Details

    • SelectionPoint2DEvent

      @Deprecated public SelectionPoint2DEvent(int id, BlockVector2 pos, int area)
      Deprecated.
    • SelectionPoint2DEvent

      @Deprecated public SelectionPoint2DEvent(int id, BlockVector3 pos, int area)
      Deprecated.
    • SelectionPoint2DEvent

      public SelectionPoint2DEvent(int id, BlockVector2 pos, long area)
    • SelectionPoint2DEvent

      public SelectionPoint2DEvent(int id, BlockVector3 pos, long area)
  • Method Details