public class SystemGroup
Class SystemGroup. Provides systemgroup functionality for the Hytale server.
java.lang.Object > SystemGroup
Field Summary
invalidated
private
boolean
invalidated
Field invalidated.
that
final
SystemGroup>
that
Field that.
Method Detail
getDependencies
public
Set>
getDependencies
()
Method getDependencies.
getIndex
public
int
getIndex
()
Method getIndex.
IllegalArgumentException
public
new
IllegalArgumentException
("SystemGroup is for a different registry! " + String.valueOf(this)
Method IllegalArgumentException.
- Parameters:
"SystemGroup is for a different registry! " +String.valueOf(this
validate
public
void
validate
()
Method validate.
invalidate
public
void
invalidate
()
Method invalidate.
isValid
public
boolean
isValid
()
Method isValid.
equals
public
boolean
equals
(@Nullable final Object o)
Method equals.
- Parameters:
@Nullable final Objecto
hashCode
public
int
hashCode
()
Method hashCode.
toString
public
String
toString
()
Method toString.