Uses of Enum Class
com.bdtripp.hauntedhouse.model.ExitType
Packages that use ExitType
-
Uses of ExitType in com.bdtripp.hauntedhouse.model
Methods in com.bdtripp.hauntedhouse.model that return ExitTypeModifier and TypeMethodDescriptionExit.getType()Returns the type of exit.static ExitTypeReturns the enum constant of this class with the specified name.static ExitType[]ExitType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.bdtripp.hauntedhouse.model with parameters of type ExitTypeModifier and TypeMethodDescriptionvoidCreates an exit for the roomConstructors in com.bdtripp.hauntedhouse.model with parameters of type ExitType