Class BiomeTypeArgument

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

public class BiomeTypeArgument extends AbstractRegistryArgument<BiomeType>
  • Constructor Details

    • BiomeTypeArgument

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