Uses of Class
zombie.iso.SpriteDetails.IsoFlagType

Packages that use IsoFlagType
zombie   
zombie.core.properties   
zombie.iso   
zombie.iso.SpriteDetails   
 

Uses of IsoFlagType in zombie
 

Methods in zombie with parameters of type IsoFlagType
 boolean ZomboidBitFlag.isSet(IsoFlagType flag)
           
 void ZomboidBitFlag.set(IsoFlagType flag, boolean b)
           
 

Uses of IsoFlagType in zombie.core.properties
 

Methods in zombie.core.properties with parameters of type IsoFlagType
 boolean PropertyContainer.Is(IsoFlagType flag)
           
 void PropertyContainer.Set(IsoFlagType propName)
           
 void PropertyContainer.Set(IsoFlagType propName, java.lang.String lazy)
           
 void PropertyContainer.UnSet(IsoFlagType propName)
           
 

Uses of IsoFlagType in zombie.iso
 

Methods in zombie.iso with parameters of type IsoFlagType
 boolean IsoGridSquare.Is(IsoFlagType flag)
           
 

Uses of IsoFlagType in zombie.iso.SpriteDetails
 

Methods in zombie.iso.SpriteDetails that return IsoFlagType
static IsoFlagType IsoFlagType.fromIndex(int value)
           
static IsoFlagType IsoFlagType.FromString(java.lang.String str)
           
static IsoFlagType IsoFlagType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static IsoFlagType[] IsoFlagType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.