Class BlockTypeArgument

java.lang.Object
com.thevoxelbox.voxelsniper.command.argument.AbstractRegistryArgument<BlockType>
com.thevoxelbox.voxelsniper.command.argument.BlockTypeArgument
All Implemented Interfaces:
VoxelCommandElement

public class BlockTypeArgument extends AbstractRegistryArgument<BlockType>
  • Constructor Details

    • BlockTypeArgument

      public BlockTypeArgument(VoxelSniperPlugin plugin)
      Create a block type argument.
      Parameters:
      plugin - the plugin
      Since:
      3.0.0
  • Method Details