Uses of Enum Class
zombie.iso.SpriteDetails.IsoObjectType
Packages that use IsoObjectType
-
Uses of IsoObjectType in zombie
Methods in zombie with parameters of type IsoObjectTypeModifier and TypeMethodDescriptionbooleanZomboidBitFlag.isSet(IsoObjectType flag) voidZomboidBitFlag.set(IsoObjectType flag, boolean b) -
Uses of IsoObjectType in zombie.iso
Methods in zombie.iso that return IsoObjectTypeMethods in zombie.iso with parameters of type IsoObjectTypeModifier and TypeMethodDescriptionstatic voidCellLoader.DoTileObjectCreation(IsoSprite sprite, IsoObjectType objectType, IsoGridSquare square, IsoCell cell, int var4, int var5, int var6, String string1) IsoGridSquare.getCurtain(IsoObjectType curtainType) booleanIsoGridSquare.Has(IsoObjectType type) voidIsoObject.setType(IsoObjectType type) -
Uses of IsoObjectType in zombie.iso.sprite
Methods in zombie.iso.sprite that return IsoObjectTypeMethods in zombie.iso.sprite with parameters of type IsoObjectType -
Uses of IsoObjectType in zombie.iso.SpriteDetails
Subclasses with type arguments of type IsoObjectType in zombie.iso.SpriteDetailsMethods in zombie.iso.SpriteDetails that return IsoObjectTypeModifier and TypeMethodDescriptionstatic IsoObjectTypeIsoObjectType.fromIndex(int value) static IsoObjectTypeIsoObjectType.FromString(String str) static IsoObjectTypeReturns the enum constant of this class with the specified name.static IsoObjectType[]IsoObjectType.values()Returns an array containing the constants of this enum class, in the order they are declared.