Package | Description |
---|---|
axoloti | |
axoloti.object | |
generatedobjects | |
transitions |
Modifier and Type | Field and Description |
---|---|
AxoObjectAbstract |
ObjectSearchFrame.type |
Modifier and Type | Method and Description |
---|---|
AxoObjectInstanceAbstract |
Patch.AddObjectInstance(AxoObjectAbstract obj,
java.awt.Point loc) |
AxoObjectInstanceAbstract |
PatchGUI.AddObjectInstance(AxoObjectAbstract obj,
java.awt.Point loc) |
void |
Patch.ChangeObjectInstanceType(AxoObjectInstanceAbstract obj,
AxoObjectAbstract objType) |
Modifier and Type | Class and Description |
---|---|
class |
AxoObject |
class |
AxoObjectComment |
class |
AxoObjectFromPatch |
class |
AxoObjectPatcher |
class |
AxoObjectZombie |
Modifier and Type | Field and Description |
---|---|
AxoObjectAbstract |
AxoObjectTreeNode.NodeObject |
Modifier and Type | Field and Description |
---|---|
java.util.ArrayList<AxoObjectAbstract> |
AxoObjects.ObjectList |
java.util.ArrayList<AxoObjectAbstract> |
AxoObjectTreeNode.Objects |
java.util.ArrayList<AxoObjectAbstract> |
AxoObjectFile.objs |
Modifier and Type | Method and Description |
---|---|
AxoObjectAbstract |
AxoObjects.GetAxoObjectFromSHA(java.lang.String n) |
AxoObjectAbstract |
AxoObjectInstanceAbstract.getType() |
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<AxoObjectAbstract> |
AxoObjects.GetAxoObjectFromName(java.lang.String n,
java.lang.String cwd) |
Modifier and Type | Method and Description |
---|---|
void |
AxoObjectInstanceAbstract.setType(AxoObjectAbstract type) |
Constructor and Description |
---|
AxoObjectInstanceAbstract(AxoObjectAbstract type,
Patch patch1,
java.lang.String InstanceName1,
java.awt.Point location) |
AxoObjectInstanceComment(AxoObjectAbstract type,
Patch patch1,
java.lang.String InstanceName1,
java.awt.Point location) |
AxoObjectInstanceZombie(AxoObjectAbstract type,
Patch patch1,
java.lang.String InstanceName1,
java.awt.Point location) |
Modifier and Type | Method and Description |
---|---|
static void |
gentools.WriteAxoObject(java.lang.String path,
AxoObjectAbstract o) |
static void |
gentools.WriteAxoObject(java.lang.String path,
AxoObjectAbstract[] o) |
Modifier and Type | Method and Description |
---|---|
AxoObjectAbstract |
TransitionManager.GetObjectFromName(java.lang.String n) |
AxoObjectAbstract |
TransitionManager.GetObjectFromSha(java.lang.String sha) |