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 TypeMethodDescriptionboolean
ZomboidBitFlag.isSet
(IsoObjectType flag) void
ZomboidBitFlag.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 void
CellLoader.DoTileObjectCreation
(IsoSprite spr, IsoObjectType type, IsoGridSquare sq, IsoCell cell, int x, int y, int height, String name) IsoGridSquare.getCurtain
(IsoObjectType curtainType) boolean
IsoGridSquare.Has
(IsoObjectType type) void
IsoObject.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 IsoObjectType
IsoObjectType.fromIndex
(int value) static IsoObjectType
IsoObjectType.FromString
(String str) static IsoObjectType
Returns 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.