Uses of Enum Class
zombie.iso.worldgen.enums.TileReplacement
Packages that use TileReplacement
-
Uses of TileReplacement in zombie.iso.worldgen.enums
Subclasses with type arguments of type TileReplacement in zombie.iso.worldgen.enumsMethods in zombie.iso.worldgen.enums that return TileReplacementModifier and TypeMethodDescriptionTileReplacementRetValue.retval()Returns the value of theretvalrecord component.static TileReplacementReturns the enum constant of this class with the specified name.static TileReplacement[]TileReplacement.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in zombie.iso.worldgen.enums with parameters of type TileReplacementModifierConstructorDescriptionTileReplacementRetValue(TileReplacement retval, IsoSprite placed) Creates an instance of aTileReplacementRetValuerecord class.