Uses of Enum Class
zombie.iso.worldgen.enums.TileLookup
Packages that use TileLookup
-
Uses of TileLookup in zombie.iso.worldgen.enums
Subclasses with type arguments of type TileLookup in zombie.iso.worldgen.enumsMethods in zombie.iso.worldgen.enums that return TileLookupModifier and TypeMethodDescriptionTileLookupRetValue.tileLookup()Returns the value of thetileLookuprecord component.static TileLookupReturns the enum constant of this class with the specified name.static TileLookup[]TileLookup.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 TileLookupModifierConstructorDescriptionTileLookupRetValue(TileLookup tileLookup, String tile) Creates an instance of aTileLookupRetValuerecord class.