Uses of Class
net.alpenblock.bungeeperms.Lang.MessageType
-
Packages that use Lang.MessageType Package Description net.alpenblock.bungeeperms -
-
Uses of Lang.MessageType in net.alpenblock.bungeeperms
Methods in net.alpenblock.bungeeperms that return Lang.MessageType Modifier and Type Method Description static Lang.MessageType
Lang.MessageType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Lang.MessageType[]
Lang.MessageType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.alpenblock.bungeeperms with parameters of type Lang.MessageType Modifier and Type Method Description static java.lang.String
Lang. translate(Lang.MessageType type, java.lang.Object... vars)
static java.lang.String
Lang. translatePreserveArgs(Lang.MessageType type, java.lang.Object... vars)
-