Class HeatRayBrush

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

public class HeatRayBrush extends AbstractBrush
  • Constructor Details

    • HeatRayBrush

      public HeatRayBrush()
  • 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)
    • onBrushSoulfire

      public void onBrushSoulfire(@NotNull @NotNull Snipe snipe, boolean soulFire)
    • onBrushOct

      public void onBrushOct(@NotNull @NotNull Snipe snipe, int octaves)
    • onBrushAmp

      public void onBrushAmp(@NotNull @NotNull Snipe snipe, double amplitude)
    • onBrushFreq

      public void onBrushFreq(@NotNull @NotNull Snipe snipe, double frequency)
    • 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
    • heatRay

      public void heatRay(Snipe snipe)
      Heat Ray executor.
    • sendInfo

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