java.lang.Cloneable
protected static class MudChat.ChattyGroup
extends java.lang.Object
implements java.lang.Cloneable
Modifier and Type | Field | Description |
---|---|---|
MudChat.ChattyEntry[] |
entries |
|
MaskingLibrary.CompiledZMask[] |
groupMasks |
|
java.lang.String[] |
groupNames |
|
MudChat.ChattyEntry[] |
tickies |
Constructor | Description |
---|---|
ChattyGroup(java.lang.String[] names,
MaskingLibrary.CompiledZMask[] masks) |
Modifier and Type | Method | Description |
---|---|---|
MudChat.ChattyGroup |
clone() |
public java.lang.String[] groupNames
public MaskingLibrary.CompiledZMask[] groupMasks
public MudChat.ChattyEntry[] entries
public MudChat.ChattyEntry[] tickies
public ChattyGroup(java.lang.String[] names, MaskingLibrary.CompiledZMask[] masks)
public MudChat.ChattyGroup clone()
clone
in class java.lang.Object