Uses of Class
rle.core.vm.Variant

Packages that use Variant
rle.core   
 

Uses of Variant in rle.core
 

Fields in rle.core declared as Variant
protected  Variant GameContextBase.variant
           
 

Methods in rle.core that return Variant
 Variant GameContext.variant()
          Returns a view of the current Variant.
 Variant GameContextBase.variant()
          Returns a view of the current Variant.
 

Methods in rle.core with parameters of type Variant
protected  InfoGroupView GameContextBase.loadData(Variant variant)
          Create a root node from the data file for this variant.
 void GameContextBase.setVariant(Variant variant)