Uses of Class
studio.thevipershow.safechat.config.address.AddressSection
Package | Description |
---|---|
studio.thevipershow.safechat.config.address |
-
Uses of AddressSection in studio.thevipershow.safechat.config.address
Methods in studio.thevipershow.safechat.config.address that return AddressSection Modifier and Type Method Description static AddressSection
AddressSection. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static AddressSection[]
AddressSection. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructor parameters in studio.thevipershow.safechat.config.address with type arguments of type AddressSection Constructor Description AddressConfig(@NotNull SafeChat javaPlugin, @NotNull java.lang.String configurationFilename, @NotNull java.lang.Class<? extends AddressSection> enumTypeClass)