Uses of Class
zombie.iso.SpriteDetails.IsoObjectType

Packages that use IsoObjectType
zombie   
zombie.iso   
zombie.iso.sprite   
zombie.iso.SpriteDetails   
 

Uses of IsoObjectType in zombie
 

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

Uses of IsoObjectType in zombie.iso
 

Methods in zombie.iso that return IsoObjectType
 IsoObjectType IsoObject.getType()
           
 

Methods in zombie.iso with parameters of type IsoObjectType
static void CellLoader.DoTileObjectCreation(IsoSprite spr, IsoObjectType type, IsoGridSquare sq, IsoCell cell, int x, int y, int height, java.util.Stack<IsoObject> BedList, boolean bDoHeightOffset, java.lang.String name)
           
 boolean IsoGridSquare.Has(IsoObjectType type)
           
 void IsoObject.setType(IsoObjectType type)
           
 

Uses of IsoObjectType in zombie.iso.sprite
 

Methods in zombie.iso.sprite that return IsoObjectType
 IsoObjectType IsoSprite.getType()
           
 

Methods in zombie.iso.sprite with parameters of type IsoObjectType
 void IsoSprite.setType(IsoObjectType ntype)
           
 

Uses of IsoObjectType in zombie.iso.SpriteDetails
 

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