Class SelectionPointEvent

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

public class SelectionPointEvent extends Object implements CUIEvent
  • Field Details

    • id

      protected final int id
    • pos

      protected final BlockVector3 pos
    • area

      protected final long area
  • Constructor Details

    • SelectionPointEvent

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

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