Interface BanType

All Superinterfaces:
DefaultedRegistryValue

@CatalogedBy(BanTypes.class) public interface BanType extends DefaultedRegistryValue
Represents the possible types of bans.
  • Method Details

    • banClass

      Class<? extends Ban> banClass()
      Gets the Ban class that this type represents.
      Returns:
      The ban class