Package io.aether.api.common
Class AccessGroup
- java.lang.Object
-
- io.aether.api.common.AccessGroup
-
- All Implemented Interfaces:
AccessGroupUtil,io.aether.utils.ToString
public class AccessGroup extends java.lang.Object implements io.aether.utils.ToString, AccessGroupUtil
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.UUID[]dataprotected longidstatic io.aether.net.fastMeta.FastMetaType<AccessGroup>METAstatic io.aether.net.fastMeta.FastMetaType<AccessGroup>META_BODYprotected java.util.UUIDowner
-
Constructor Summary
Constructors Constructor Description AccessGroup(java.util.UUID owner, long id, java.util.UUID[] data)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleandataContains(java.util.UUID el)booleanequals(java.lang.Object o)java.util.UUID[]getData()longgetId()java.util.UUIDgetOwner()inthashCode()java.lang.StringtoString()voidtoString(io.aether.utils.AString sb)-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface io.aether.api.common.AccessGroupUtil
contains
-
-
-
-
Field Detail
-
META_BODY
public static final io.aether.net.fastMeta.FastMetaType<AccessGroup> META_BODY
-
META
public static final io.aether.net.fastMeta.FastMetaType<AccessGroup> META
-
owner
protected final java.util.UUID owner
-
id
protected final long id
-
data
protected final java.util.UUID[] data
-
-
Method Detail
-
getOwner
public java.util.UUID getOwner()
-
getId
public long getId()
-
getData
public java.util.UUID[] getData()
- Specified by:
getDatain interfaceAccessGroupUtil
-
dataContains
public boolean dataContains(java.util.UUID el)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
toString
public void toString(io.aether.utils.AString sb)
- Specified by:
toStringin interfaceio.aether.utils.ToString
-
-