Uses of Enum Class
com.bdtripp.hauntedhouse.model.RoomName
Packages that use RoomName
-
Uses of RoomName in com.bdtripp.hauntedhouse.model
Methods in com.bdtripp.hauntedhouse.model that return RoomNameModifier and TypeMethodDescriptionRoom.getName()Returns the name of the room.static RoomNameReturns the enum constant of this class with the specified name.static RoomName[]RoomName.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.bdtripp.hauntedhouse.model that return types with arguments of type RoomNameModifier and TypeMethodDescriptionWorld.getRooms()Returns all rooms that exist in the game world.Methods in com.bdtripp.hauntedhouse.model with parameters of type RoomNameModifier and TypeMethodDescriptionGet the room that matches a nameConstructors in com.bdtripp.hauntedhouse.model with parameters of type RoomNameModifierConstructorDescriptionCreates a new room with the given name and description.Constructor parameters in com.bdtripp.hauntedhouse.model with type arguments of type RoomName