Class Rotation3DBrush

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

public class Rotation3DBrush extends AbstractBrush
  • Constructor Details

    • Rotation3DBrush

      public Rotation3DBrush()
  • Method Details

    • onBrush

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

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

      public void onBrushP(@NotNull @NotNull Snipe snipe, int degreesAngle)
    • onBrushR

      public void onBrushR(@NotNull @NotNull Snipe snipe, int degreesAngle)
    • onBrushY

      public void onBrushY(@NotNull @NotNull Snipe snipe, int degreesAngle)
    • 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