Uses of Class
rle.core.data.RuntimeData

Packages that use RuntimeData
rle.core.board   
rle.core.data   
rle.core.data.event   
rle.core.ui   
rle.simple.player   
 

Uses of RuntimeData in rle.core.board
 

Fields in rle.core.board declared as RuntimeData
protected  RuntimeData Thing.data
           
 

Methods in rle.core.board that return RuntimeData
 RuntimeData Thing.getRuntimeData()
           
 

Methods in rle.core.board with parameters of type RuntimeData
 void Thing.setRuntimeData(RuntimeData rd)
           
 

Uses of RuntimeData in rle.core.data
 

Methods in rle.core.data that return RuntimeData
 RuntimeData RuntimeDataEvent.getRuntimeData()
           
 

Methods in rle.core.data with parameters of type RuntimeData
 java.lang.Object RuntimeComputer.compute(java.lang.String key, RuntimeData source)
          Compute a value for the given key.
 java.lang.Object SimpleFormulaComputer.compute(java.lang.String key, RuntimeData source)
          Perform the computation.
protected  java.lang.String SimpleFormulaComputer.evaluateVariable(java.lang.String text, RuntimeData data)
          Evaluate a scripted variable.
protected  java.lang.String SimpleFormulaComputer.resolveVariables(java.lang.String text, RuntimeData data)
          Replace scripted variables with in-place, text values.
 int SimpleFormulaComputer.roll(java.lang.String formula, RuntimeData data)
          Obtain a value for the formula s, within the context of data.
 

Constructors in rle.core.data with parameters of type RuntimeData
RuntimeData(java.lang.Object owner, RuntimeData toCopy)
          Constructor with owner and data to copy.
 

Uses of RuntimeData in rle.core.data.event
 

Methods in rle.core.data.event that return RuntimeData
 RuntimeData DisposalEvent.getRuntimeData()
           
 

Constructors in rle.core.data.event with parameters of type RuntimeData
DisposalEvent(RuntimeData data, java.lang.String name)
           
 

Uses of RuntimeData in rle.core.ui
 

Methods in rle.core.ui that return RuntimeData
 RuntimeData RuntimeAttributeLabel.getRuntimeData()
           
 

Methods in rle.core.ui with parameters of type RuntimeData
 void RuntimeAttributeLabel.setRuntimeData(RuntimeData runtimeData)
           
 

Constructors in rle.core.ui with parameters of type RuntimeData
RuntimeAttributeLabel(java.lang.String name, RuntimeData data)
           
 

Uses of RuntimeData in rle.simple.player
 

Methods in rle.simple.player with parameters of type RuntimeData
 java.lang.Object EquipmentBonusComputer.compute(java.lang.String key, RuntimeData source)
          Perform the computation.
 java.lang.Object PlayerLevelMgr.compute(java.lang.String key, RuntimeData source)