Class SignOverwriteBrush

java.lang.Object
com.thevoxelbox.voxelsniper.brush.type.AbstractBrush
com.thevoxelbox.voxelsniper.brush.type.SignOverwriteBrush
All Implemented Interfaces:
Brush, VoxelCommandElement

public class SignOverwriteBrush extends AbstractBrush
  • Constructor Details

    • SignOverwriteBrush

      public SignOverwriteBrush()
  • Method Details

    • loadProperties

      public void loadProperties()
      Description copied from interface: Brush
      Load brush properties.
      Specified by:
      loadProperties in interface Brush
      Overrides:
      loadProperties in class AbstractBrush
    • onBrush

      public void onBrush(@NotNull @NotNull Snipe snipe)
    • onBrushInfo

      public void onBrushInfo(@NotNull @NotNull Snipe snipe)
    • onBrushList

      public void onBrushList(@NotNull @NotNull Snipe snipe)
    • onBrushClear

      public void onBrushClear(@NotNull @NotNull Snipe snipe)
    • onBrushClearall

      public void onBrushClearall(@NotNull @NotNull Snipe snipe)
    • onBrushSide

      public void onBrushSide(@NotNull @NotNull Snipe snipe, @NotNull @NotNull SignOverwriteBrush.Side side)
    • onBrushLineSet

      public void onBrushLineSet(@NotNull @NotNull Snipe snipe, int line, @NotNull @NotNull String text)
    • onBrushLineToggle

      public void onBrushLineToggle(@NotNull @NotNull Snipe snipe, int line)
    • onBrushMultiple

      public void onBrushMultiple(@NotNull @NotNull Snipe snipe, boolean rangedMode)
    • onBrushSave

      public void onBrushSave(@NotNull @NotNull Snipe snipe, @NotNull @NotNull File sign)
    • onBrushOpen

      public void onBrushOpen(@NotNull @NotNull Snipe snipe, @NotNull @NotNull File sign)
    • handleArrowAction

      public void handleArrowAction(Snipe snipe)
      Description copied from interface: Brush
      The arrow action. Executed when a player right clicks with an arrow
      Parameters:
      snipe - Snipe
    • handleGunpowderAction

      public void handleGunpowderAction(Snipe snipe)
      Description copied from interface: Brush
      The gunpowder action. Executed when a player right clicks with gunpowder
      Parameters:
      snipe - Snipe
    • sendInfo

      public void sendInfo(Snipe snipe)
      Description copied from interface: Brush
      Send brush information.
      Parameters:
      snipe - Snipe