Class EntityTypeArgument

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

public class EntityTypeArgument extends AbstractRegistryArgument<EntityType>
  • Constructor Details

    • EntityTypeArgument

      public EntityTypeArgument(VoxelSniperPlugin plugin)
      Create an entity type argument.
      Parameters:
      plugin - the plugin
      Since:
      3.0.0
  • Method Details