Interface BanType

All Superinterfaces:
DefaultedRegistryValue<BanType>

@CatalogedBy(BanTypes.class) public interface BanType extends DefaultedRegistryValue<BanType>
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