Packagecom.godpaper.as3.consts
Classpublic final class ZobristConstants
InheritanceZobristConstants Inheritance Enum Inheritance Object



Public Properties
 PropertyDefined By
  color : int
ZobristConstants
 InheritedIndex : int
[read-only]
Enum
  key : int
ZobristConstants
 InheritedName : String
[read-only]
Enum
  position : int
ZobristConstants
  type : int
ZobristConstants
Public Methods
 MethodDefined By
  
ZobristConstants
 Inherited
GetConstants(i_type:Class):Array
[static]
Enum
 Inherited
ParseConstant(i_type:Class, i_constantName:String, i_caseSensitive:Boolean = false):Enum
[static]
Enum
 Inherited
toString():String
Enum
Protected Methods
 MethodDefined By
 Inherited
initEnum(i_type:Class):void
[static]
Enum
Public Constants
 ConstantDefined By
  BLUE_BISHOP : ZobristConstants
[static]
ZobristConstants
  BLUE_CANNON : ZobristConstants
[static]
ZobristConstants
  BLUE_KNIGHT : ZobristConstants
[static]
ZobristConstants
  BLUE_MARSHAL : ZobristConstants
[static]
ZobristConstants
  BLUE_OFFICAL : ZobristConstants
[static]
ZobristConstants
  BLUE_PAWN : ZobristConstants
[static]
ZobristConstants
  BLUE_ROOK : ZobristConstants
[static]
ZobristConstants
  RED_BISHOP : ZobristConstants
[static]
ZobristConstants
  RED_CANNON : ZobristConstants
[static]
ZobristConstants
  RED_KNIGHT : ZobristConstants
[static]
ZobristConstants
  RED_MARSHAL : ZobristConstants
[static]
ZobristConstants
  RED_OFFICAL : ZobristConstants
[static]
ZobristConstants
  RED_PAWN : ZobristConstants
[static]
ZobristConstants
  RED_ROOK : ZobristConstants
[static]
ZobristConstants
Property Detail
colorproperty
public var color:int

keyproperty 
public var key:int

positionproperty 
public var position:int

typeproperty 
public var type:int

Constructor Detail
ZobristConstants()Constructor
public function ZobristConstants()



Constant Detail
BLUE_BISHOPConstant
public static const BLUE_BISHOP:ZobristConstants

BLUE_CANNONConstant 
public static const BLUE_CANNON:ZobristConstants

BLUE_KNIGHTConstant 
public static const BLUE_KNIGHT:ZobristConstants

BLUE_MARSHALConstant 
public static const BLUE_MARSHAL:ZobristConstants

BLUE_OFFICALConstant 
public static const BLUE_OFFICAL:ZobristConstants

BLUE_PAWNConstant 
public static const BLUE_PAWN:ZobristConstants

BLUE_ROOKConstant 
public static const BLUE_ROOK:ZobristConstants

RED_BISHOPConstant 
public static const RED_BISHOP:ZobristConstants

RED_CANNONConstant 
public static const RED_CANNON:ZobristConstants

RED_KNIGHTConstant 
public static const RED_KNIGHT:ZobristConstants

RED_MARSHALConstant 
public static const RED_MARSHAL:ZobristConstants

RED_OFFICALConstant 
public static const RED_OFFICAL:ZobristConstants

RED_PAWNConstant 
public static const RED_PAWN:ZobristConstants

RED_ROOKConstant 
public static const RED_ROOK:ZobristConstants