Class BanTypes
- java.lang.Object
-
- org.spongepowered.api.service.ban.BanTypes
-
public final class BanTypes extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static DefaultedRegistryReference<BanType>IPRepresents aBan.IP.static DefaultedRegistryReference<BanType>PROFILERepresents aBan.Profile.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Registry<BanType>registry()
-
-
-
Field Detail
-
IP
public static final DefaultedRegistryReference<BanType> IP
Represents aBan.IP.
-
PROFILE
public static final DefaultedRegistryReference<BanType> PROFILE
Represents aBan.Profile.
-
-