Package net.alpenblock.bungeeperms
Class World
- java.lang.Object
-
- net.alpenblock.bungeeperms.World
-
-
Constructor Summary
Constructors Constructor Description World()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<Group>
getGroups()
java.util.List<java.lang.String>
getGroupsString()
java.util.List<TimedValue<Group>>
getTimedGroups()
java.util.List<TimedValue<java.lang.String>>
getTimedGroupsString()
boolean
hasTimedPermSet(java.lang.String perm)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.alpenblock.bungeeperms.Permable
getDisplay, getPerms, getPrefix, getSuffix, getTimedPerms, setDisplay, setGroups, setPerms, setPrefix, setSuffix, setTimedGroups, setTimedPerms
-
-
-
-
Method Detail
-
getGroupsString
public java.util.List<java.lang.String> getGroupsString()
- Specified by:
getGroupsString
in interfacePermable
-
getTimedGroupsString
public java.util.List<TimedValue<java.lang.String>> getTimedGroupsString()
- Specified by:
getTimedGroupsString
in interfacePermable
-
hasTimedPermSet
public boolean hasTimedPermSet(java.lang.String perm)
- Specified by:
hasTimedPermSet
in interfacePermable
-
getGroups
public java.util.List<Group> getGroups()
-
getTimedGroups
public java.util.List<TimedValue<Group>> getTimedGroups()
-
-