bl791/IFDB / games /competition2008 /java /nerdquest /mechanique /StoryLineInterface.java
bl791's picture
download
raw
1.53 kB
package mechanique;
/*
MechaniQue, the programming language for Interactive Fiction
Copyright (C) 2007 G.J.G.T. (Gabor) de Mooij
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation (highest version applies !!).
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
---MECHANIQUESOFT/GABOR DE MOOIJ
*/
import java.io.*;
import java.util.*;
import java.util.regex.*;
import java.applet.*;
import java.io.Serializable;
import java.lang.Math;
;
public interface StoryLineInterface
{
public void run();
public void changeState(ORLock o, boolean s); //for OR-LOCK
public boolean getState(); //for Extended lock
public Story getStory(); //for Actions and anyone that wants the story
public void addAction(Executable Action); //for factories
public void addLock(Unlockable Lock); //for factories
public void dropList(String key); //for Slots
public void setStory(Story s);
}

Xet Storage Details

Size:
1.53 kB
·
Xet hash:
96a47f68aeda5b8454e4d91a458f89275b84e7e29d74f824f1edaab212ab8548

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.