Class AbstractFileArgument

java.lang.Object
com.thevoxelbox.voxelsniper.command.argument.AbstractFileArgument
All Implemented Interfaces:
VoxelCommandElement
Direct Known Subclasses:
SignFileArgument, StencilFileArgument, StencilListFileArgument

public abstract class AbstractFileArgument extends Object implements VoxelCommandElement
  • Field Details

    • plugin

      protected final VoxelSniperPlugin plugin
    • rootPath

      protected final Path rootPath
    • extension

      protected final String extension
  • Constructor Details

    • AbstractFileArgument

      public AbstractFileArgument(VoxelSniperPlugin plugin, Path rootPath, String extension)
      Create an abstract file argument.
      Parameters:
      plugin - the plugin
      rootPath - the root path
      extension - the extension
      Since:
      3.0.0
  • Method Details