org.moock.unity.core.upc
Class UPCConfig
java.lang.Object
|
+--org.moock.unity.core.upc.UPCConfig
- public class UPCConfig
- extends java.lang.Object
Stores the settings for UPC Rooms deployed to the server.
Higher ints represent broader security access.
- Author:
- Derek Clayton
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NONE
public static final int NONE
OWNER
public static final int OWNER
OCCUPANTS
public static final int OCCUPANTS
ALL
public static final int ALL
UPCConfig
public UPCConfig()
setClientPermissions
public static final void setClientPermissions(int permissions)
getClientPermissions
public static final int getClientPermissions()
setSendUnsharedAttributes
public static final void setSendUnsharedAttributes(boolean send)
getSendUnsharedAttributes
public static final boolean getSendUnsharedAttributes()