Uses of Enum Class
zombie.iso.SpriteDetails.IsoFlagType
Packages that use IsoFlagType
-
Uses of IsoFlagType in zombie
Methods in zombie with parameters of type IsoFlagTypeModifier and TypeMethodDescriptionboolean
ZomboidBitFlag.isSet
(IsoFlagType flag) void
ZomboidBitFlag.set
(IsoFlagType flag, boolean b) -
Uses of IsoFlagType in zombie.core.properties
Fields in zombie.core.properties declared as IsoFlagTypeMethods in zombie.core.properties that return types with arguments of type IsoFlagTypeMethods in zombie.core.properties with parameters of type IsoFlagTypeModifier and TypeMethodDescriptionboolean
PropertyContainer.Is
(IsoFlagType flag) void
PropertyContainer.Set
(IsoFlagType flag) void
PropertyContainer.Set
(IsoFlagType flag, String ignored) void
PropertyContainer.UnSet
(IsoFlagType flag) -
Uses of IsoFlagType in zombie.iso
Methods in zombie.iso with parameters of type IsoFlagTypeModifier and TypeMethodDescriptionvoid
IsoGridSquare.DoSplat
(String id, boolean bFlip, IsoFlagType prop, float offX, float offZ, float alpha) boolean
IsoGridSquare.Is
(IsoFlagType flag) -
Uses of IsoFlagType in zombie.iso.SpriteDetails
Subclasses with type arguments of type IsoFlagType in zombie.iso.SpriteDetailsMethods in zombie.iso.SpriteDetails that return IsoFlagTypeModifier and TypeMethodDescriptionstatic IsoFlagType
IsoFlagType.fromIndex
(int value) static IsoFlagType
IsoFlagType.FromString
(String str) static IsoFlagType
Returns the enum constant of this class with the specified name.static IsoFlagType[]
IsoFlagType.values()
Returns an array containing the constants of this enum class, in the order they are declared.