nwnintf
Class InstanceUpdater
java.lang.Object
|
+--nwnintf.InstanceUpdater
- public class InstanceUpdater
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
creatureInstances
public static java.lang.String creatureInstances
doorInstances
public static java.lang.String doorInstances
encounterInstances
public static java.lang.String encounterInstances
soundInstances
public static java.lang.String soundInstances
storeInstances
public static java.lang.String storeInstances
triggerInstances
public static java.lang.String triggerInstances
waypointInstances
public static java.lang.String waypointInstances
placeableInstances
public static java.lang.String placeableInstances
templateresrefKey
public static java.lang.String templateresrefKey
InstanceUpdater
public InstanceUpdater(NwnModule nwnmodule,
java.util.Collection slotvalues)
- Parameters:
slotvalues
- a Collection of SlotValue instances summarizing
the changes that have been made to blueprints.
updateAllAreas
public void updateAllAreas()
throws java.lang.Exception
java.lang.Exception
updateOneArea
public boolean updateOneArea(ResRef areares)
throws java.lang.Exception
java.lang.Exception
updateOneInstance
public boolean updateOneInstance(java.lang.String type,
ItpEntry inst)
throws java.lang.Exception
java.lang.Exception