Class ScriptImpl
java.lang.Object
games.stendhal.server.core.scripting.ScriptImpl
- All Implemented Interfaces:
Script
- Direct Known Subclasses:
AbstractOfflineAction
,AdminMaker
,AdminPortal
,AdminSign
,AlterLoot
,AlterQuest
,BetManager
,BugInspect
,ChangeMap
,ContMoveAndStrengthenOnlinePlayers
,CountObjects
,CountUnusedSprites
,CreateRaid
,CreaturesRatioCalculator
,DBLogging
,Debuggera
,DeepInspect
,DisableFeature
,DropPlayerItems
,DumpCharacterFromDatabase
,DumpConditions
,DumpDeletionCandidates
,DumpItems
,DumpOpenDBTransactions
,DumpTransitions
,DumpTransitionsEx
,DumpTurnListenerEvents
,EasterBunny
,EasyRPAction
,EnableFeature
,Enchant
,EntitySearch
,EventTest
,ExecuteLua
,ExecuteSQL
,FieldInspect
,FindBrokenCorpses
,FishInspect
,FixDM
,FixNegativeHp
,FreezeHell
,GC
,HandleTransitions
,Herald
,ItemRarity
,ListNPCs
,ListRaids
,ListZones
,Log4J
,LogoutPlayer
,Maria
,MineTown
,MoveAndStrengthenOnlinePlayers
,NameChange
,NPCPathCheck
,NPCShout
,NPCShoutZone
,Observer
,Plague
,PlayerPositionMonitoring
,RemoveClient
,RemoveVisitedZone
,RemoveZone
,ResetSlot
,ResetTutorial
,RestoreOriginalOutfit
,Santa
,SaveAllPlayers
,ServerDown
,ServerReset
,ServerShutdown
,SetNPCPath
,SetNPCPathReversible
,SetWelcomeText
,SokobanReload
,SokobanWatcher
,SummonChest
,SummonSpell
,TeleportAllPlayers
,TeleportNPC
,TestShowItemList
,TPPNextPhase
,TPPShowQuestState
,Unblock
,UnblockTradeTable
,WhereWho
,ZoneCollisionCheck
,ZoneStatistics
Default implementation of the Script interface.
- Author:
- hendrik
-
Field Summary
Modifier and TypeFieldDescriptionprotected ScriptingSandbox
all modifications must be done using this object to be undoable on unload. -
Constructor Summary
-
Method Summary
-
Field Details
-
sandbox
all modifications must be done using this object to be undoable on unload.
-
-
Constructor Details
-
ScriptImpl
public ScriptImpl()
-
-
Method Details