Class NineSwitchesGame
java.lang.Object
games.stendhal.server.maps.quests.revivalweeks.NineSwitchesGame
- All Implemented Interfaces:
LoadableContent
A Game about Nine switches game for one player
- Author:
- hendrik
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
adds the content to the world.boolean
try to remove the content from the world-
-
Constructor Details
-
NineSwitchesGame
public NineSwitchesGame()
-
-
Method Details
-
addToWorld
public void addToWorld()Description copied from interface:LoadableContent
adds the content to the world.- Specified by:
addToWorld
in interfaceLoadableContent
-
removeFromWorld
public boolean removeFromWorld()try to remove the content from the world-- Specified by:
removeFromWorld
in interfaceLoadableContent
- Returns:
true
-