Uses of Class
com.threerings.tudey.config.GroundConfig

Packages that use GroundConfig
com.threerings.tudey.config Tudey configurations. 
com.threerings.tudey.util   
 

Uses of GroundConfig in com.threerings.tudey.config
 

Fields in com.threerings.tudey.config with type parameters of type GroundConfig
 ConfigReference<GroundConfig> GroundConfig.Original.base
          The base ground type, if any.
 ConfigReference<GroundConfig> WallConfig.Original.ground
          The ground underlying the wall.
 ConfigReference<GroundConfig> GroundConfig.Derived.ground
          The ground reference.
 ConfigReference<GroundConfig> GroundConfig.TransitionCase.other
          The "other" ground to which we are transitioning.
 

Method parameters in com.threerings.tudey.config with type arguments of type GroundConfig
 IntTuple GroundConfig.Original.getEdgeCaseRotations(TudeySceneModel scene, ConfigReference<GroundConfig> ref, int x, int y, int elevation)
          Determines the case and allowed rotations of the edge tile that matches the specified pattern.
 int GroundConfig.EdgeCase.getRotations(TudeySceneModel scene, ConfigReference<GroundConfig> ref, GroundConfig.Original original, int x, int y, int elevation)
          Returns a bit set containing the rotations of this case that match the specified pattern.
 int GroundConfig.TransitionCase.getRotations(TudeySceneModel scene, ConfigReference<GroundConfig> ref, GroundConfig.Original original, int x, int y, int elevation)
           
 boolean GroundConfig.Original.isFloor(TudeySceneModel scene, ConfigReference<GroundConfig> ref, int x, int y, int elevation)
          Checks whether the specified location qualifies as a floor tile.
 

Uses of GroundConfig in com.threerings.tudey.util
 

Method parameters in com.threerings.tudey.util with type arguments of type GroundConfig
 void TilePainter.paintGround(CoordSet coords, ConfigReference<GroundConfig> ground, int elevation)
          Paints the specified coordinates with ground.
 void TilePainter.paintGround(CoordSet coords, ConfigReference<GroundConfig> ground, int elevation, boolean erase, boolean revise)
          Paints the specified coordinates with ground.
 



Copyright © 2011. All Rights Reserved.