Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_VOCAL_CHORD |
Constructor and Description |
---|
Speech() |
Modifier and Type | Method and Description |
---|---|
String |
getDefaultVocalChord()
Gets the name of the default
VocalChord for this NPC. |
void |
setDefaultVocalChord(Class<VocalChord> clazz)
Sets the name of the default
VocalChord for this NPC. |
String |
toString() |
public static final String DEFAULT_VOCAL_CHORD
public String getDefaultVocalChord()
VocalChord
for this NPC.public void setDefaultVocalChord(Class<VocalChord> clazz)
VocalChord
for this NPC.Copyright © 2021. All rights reserved.