|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectGroup
public class Group extends java.lang.Object
Group.java - Group stuff.
Modifier and Type | Field and Description |
---|---|
boolean |
Administrator
If true all players within this group have administrator privileges |
boolean |
CanModifyWorld
If false this player can not modify chests or furnaces and can not destroy/create blocks |
java.lang.String[] |
Commands
List of commands this group can use |
boolean |
DefaultGroup
Is true if it's the default group |
int |
ID
Group ID - used for database transactions |
boolean |
IgnoreRestrictions
If true all players within this group ignore restrictions |
java.lang.String[] |
InheritedGroups
List of groups this group inherits/has control over |
java.lang.String |
Name
Group Name |
java.lang.String |
Prefix
Group Prefix/Color |
Constructor and Description |
---|
Group()
|
Modifier and Type | Method and Description |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int ID
public java.lang.String Name
public java.lang.String Prefix
public java.lang.String[] Commands
public java.lang.String[] InheritedGroups
public boolean DefaultGroup
public boolean IgnoreRestrictions
public boolean Administrator
public boolean CanModifyWorld
Constructor Detail |
---|
public Group()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |