Uses of Class
games.stendhal.server.entity.npc.EventRaiser
Packages that use EventRaiser
Package
Description
Deathmatch: Actions for SpeakerNPCs and internal handling.
Interactive scripts that high level admins can invoke.
-
Uses of EventRaiser in games.stendhal.server.entity.npc
Methods in games.stendhal.server.entity.npc with parameters of type EventRaiserModifier and TypeMethodDescriptionvoidChatAction.fire(Player player, Sentence sentence, EventRaiser npc) -
Uses of EventRaiser in games.stendhal.server.entity.npc.action
Methods in games.stendhal.server.entity.npc.action with parameters of type EventRaiserModifier and TypeMethodDescriptionvoidAddItemToCollectionAction.fire(Player player, Sentence sentence, EventRaiser npc) voidChangePlayerOutfitAction.fire(Player player, Sentence sentence, EventRaiser npc) voidChangePlayerOutfitAndPreserveTempAction.fire(Player player, Sentence sentence, EventRaiser npc) voidCollectRequestedItemsAction.fire(Player player, Sentence sentence, EventRaiser raiser) voidComplainAboutSentenceErrorAction.fire(Player player, Sentence sentence, EventRaiser raiser) voidConditionalAction.fire(Player player, Sentence sentence, EventRaiser npc) voidCreateSlotAction.fire(Player player, Sentence sentence, EventRaiser npc) voidDecreaseKarmaAction.fire(Player player, Sentence sentence, EventRaiser raiser) voidDisableFeatureAction.fire(Player player, Sentence sentence, EventRaiser npc) voidDropFirstOwnedItemAction.fire(Player player, Sentence sentence, EventRaiser npc) voidDropItemAction.fire(Player player, Sentence sentence, EventRaiser npc) voidDropItemdataItemAction.fire(Player player, Sentence sentence, EventRaiser npc) voidDropRecordedItemAction.fire(Player player, Sentence sentence, EventRaiser npc) voidEnableFeatureAction.fire(Player player, Sentence sentence, EventRaiser npc) voidEquipItemAction.fire(Player player, Sentence sentence, EventRaiser npc) voidEquipRandomAmountOfItemAction.fire(Player player, Sentence sentence, EventRaiser npc) voidEquipRandomItemAction.fire(Player player, Sentence sentence, EventRaiser npc) voidExamineChatAction.fire(Player player, Sentence sentence, EventRaiser npc) voidIncreaseItemExchangeAction.fire(Player player, Sentence sentence, EventRaiser raiser) voidIncreaseKarmaAction.fire(Player player, Sentence sentence, EventRaiser raiser) voidIncreaseXPAction.fire(Player player, Sentence sentence, EventRaiser raiser) voidIncreaseXPDependentOnLevelAction.fire(Player player, Sentence sentence, EventRaiser raiser) voidIncrementQuestAction.fire(Player player, Sentence sentence, EventRaiser raiser) voidInflictStatusOnNPCAction.fire(Player player, Sentence sentence, EventRaiser npc) voidJailAction.fire(Player player, Sentence sentence, EventRaiser npc) voidListProducedItemDetailAction.fire(Player player, Sentence sentence, EventRaiser raiser) voidListProducedItemsOfClassAction.fire(Player player, Sentence sentence, EventRaiser raiser) voidLoadSignFromHallOfFameAction.fire(Player player, Sentence sentence, EventRaiser npc) voidMultipleActions.fire(Player player, Sentence sentence, EventRaiser npc) voidNPCEmoteAction.fire(Player player, Sentence sentence, EventRaiser raiser) voidNPCSetDirection.fire(Player player, Sentence sentence, EventRaiser npc) voidOutputQuestSlotAction.fire(Player player, Sentence sentence, EventRaiser npc) voidPlaySoundAction.fire(Player player, Sentence sentence, EventRaiser raiser) voidRandomAction.fire(Player player, Sentence sentence, EventRaiser npc) voidRemoveStorableEntityAction.fire(Player player, Sentence sentence, EventRaiser raiser) voidResetBlockChatAction.fire(Player player, Sentence sentence, EventRaiser npc) voidSayNPCNamesForUnstartedQuestsAction.fire(Player player, Sentence sentence, EventRaiser raiser) voidSayRequiredItemAction.fire(Player player, Sentence sentence, EventRaiser raiser) voidSayRequiredItemsFromCollectionAction.fire(Player player, Sentence sentence, EventRaiser raiser) voidSayTextAction.fire(Player player, Sentence sentence, EventRaiser raiser) voidSayTimeRemainingAction.fire(Player player, Sentence sentence, EventRaiser raiser) voidSayTimeRemainingUntilTimeReachedAction.fire(Player player, Sentence sentence, EventRaiser raiser) voidSayUnstartedQuestDescriptionFromNPCNameAction.fire(Player player, Sentence sentence, EventRaiser raiser) voidSendPrivateMessageAction.fire(Player player, Sentence sentence, EventRaiser raiser) voidSetHallOfFameToAgeDiffAction.fire(Player player, Sentence sentence, EventRaiser raiser) voidSetQuestAction.fire(Player player, Sentence sentence, EventRaiser raiser) voidSetQuestAndModifyKarmaAction.fire(Player player, Sentence sentence, EventRaiser raiser) voidSetQuestToFutureRandomTimeStampAction.fire(Player player, Sentence sentence, EventRaiser raiser) voidSetQuestToPlayerAgeAction.fire(Player player, Sentence sentence, EventRaiser raiser) voidSetQuestToTimeStampAction.fire(Player player, Sentence sentence, EventRaiser raiser) voidSetQuestToYearAction.fire(Player player, Sentence sentence, EventRaiser raiser) voidStartItemsCollectionWithLimitAction.fire(Player player, Sentence sentence, EventRaiser npc) voidStartRecordingKillsAction.fire(Player player, Sentence sentence, EventRaiser npc) voidStartRecordingRandomItemCollectionAction.fire(Player player, Sentence sentence, EventRaiser raiser) voidStoreMessageAction.fire(Player player, Sentence sentence, EventRaiser npc) voidTargetNPCSayTextAction.fire(Player player, Sentence sentence, EventRaiser raiser) voidTeleportAction.fire(Player player, Sentence sentence, EventRaiser raiser) voidBehaviourAction.fireRequestError(ItemParserResult res, Player player, Sentence sentence, EventRaiser npc) voidMultiProducerBehaviourAction.fireRequestError(ItemParserResult res, Player player, Sentence sentence, EventRaiser raiser) voidProducerBehaviourAction.fireRequestError(ItemParserResult res, Player player, Sentence sentence, EventRaiser raiser) voidRepairingBehaviourAction.fireRequestError(ItemParserResult res, Player player, Sentence sentence, EventRaiser npc) voidRepairingBehaviourAction.fireRequestOK(ItemParserResult res, Player player, Sentence sentence, EventRaiser npc) -
Uses of EventRaiser in games.stendhal.server.entity.npc.behaviour.impl
Methods in games.stendhal.server.entity.npc.behaviour.impl with parameters of type EventRaiserModifier and TypeMethodDescriptionbooleanMultiProducerBehaviour.askForResources(ItemParserResult res, EventRaiser npc, Player player) At the time the order is made, Tries to take all the resources required to produce amount units of the product from the player.booleanProducerBehaviour.askForResources(ItemParserResult res, EventRaiser npc, Player player) Tries to take all the resources required to produce amount units of the product from the player.voidMultiProducerBehaviour.giveProduct(EventRaiser npc, Player player) At the time the player returns to pick up the finished product, check that the NPC is done with the order.voidProducerBehaviour.giveProduct(EventRaiser npc, Player player) This method is called when the player returns to pick up the finished product.booleanBuyerBehaviour.transactAgreedDeal(ItemParserResult res, EventRaiser seller, Player player) Transacts the deal that is described in BehaviourResult.booleanMultiProducerBehaviour.transactAgreedDeal(ItemParserResult res, EventRaiser npc, Player player) At the time the order is made, tries to take all the resources required to produce the agreed amount of the chosen product from the player.booleanOutfitChangerBehaviour.transactAgreedDeal(ItemParserResult res, EventRaiser seller, Player player) Transacts the sale that has been agreed on earlier via setChosenItem() and setAmount().booleanProducerBehaviour.transactAgreedDeal(ItemParserResult res, EventRaiser npc, Player player) Tries to take all the resources required to produce the agreed amount of the product from the player.booleanRepairerBehaviour.transactAgreedDeal(ItemParserResult res, EventRaiser seller, Player player) booleanSellerBehaviour.transactAgreedDeal(ItemParserResult res, EventRaiser seller, Player player) Transacts the sale that has been agreed on earlier via setChosenItem() and setAmount().abstract booleanTransactionBehaviour.transactAgreedDeal(ItemParserResult res, EventRaiser seller, Player player) Transacts the deal that is described in BehaviourResult. -
Uses of EventRaiser in games.stendhal.server.entity.npc.fsm
Methods in games.stendhal.server.entity.npc.fsm with parameters of type EventRaiserModifier and TypeMethodDescriptionvoidPostTransitionAction.fire(Player player, Sentence sentence, EventRaiser raiser) does some action after a transition. -
Uses of EventRaiser in games.stendhal.server.maps.deathmatch
Methods in games.stendhal.server.maps.deathmatch with parameters of type EventRaiserModifier and TypeMethodDescriptionvoidBailAction.fire(Player player, Sentence sentence, EventRaiser raiser) voidDoneAction.fire(Player player, Sentence sentence, EventRaiser raiser) voidLeaveAction.fire(Player player, Sentence sentence, EventRaiser raiser) voidStartAction.fire(Player player, Sentence sentence, EventRaiser raiser) Constructors in games.stendhal.server.maps.deathmatch with parameters of type EventRaiserModifierConstructorDescriptionDeathmatchEngine(Player player, DeathmatchInfo deathmatchInfo, EventRaiser raiser) Creates a new ScriptAction to handle the deathmatch logic. -
Uses of EventRaiser in games.stendhal.server.maps.quests
Methods in games.stendhal.server.maps.quests with parameters of type EventRaiserModifier and TypeMethodDescriptionvoidCodedMessageFromFinnFarmer.CreateAndSayCodedMessage.fire(Player player, Sentence sentence, EventRaiser npc) -
Uses of EventRaiser in games.stendhal.server.maps.quests.captureflag
Methods in games.stendhal.server.maps.quests.captureflag with parameters of type EventRaiserModifier and TypeMethodDescriptionvoidJoinCaptureFlagAction.fire(Player player, Sentence sentence, EventRaiser npc) voidLeaveCaptureFlagAction.fire(Player player, Sentence sentence, EventRaiser npc) voidProvideArrowsAction.fire(Player player, Sentence sentence, EventRaiser npc) voidProvideCTFFlagsAction.fire(Player player, Sentence sentence, EventRaiser npc) -
Uses of EventRaiser in games.stendhal.server.maps.quests.logic
Methods in games.stendhal.server.maps.quests.logic with parameters of type EventRaiserModifier and TypeMethodDescriptionbooleanBringOrderedListOfItemsQuestLogic.proceedItems(Player player, EventRaiser eventRaiser) Give items to the NPC, in the required order. -
Uses of EventRaiser in games.stendhal.server.maps.quests.piedpiper
Methods in games.stendhal.server.maps.quests.piedpiper with parameters of type EventRaiserModifier and TypeMethodDescriptionvoidDetailsKillingsAction.fire(Player player, Sentence sentence, EventRaiser mayor) voidRewardPlayerAction.fire(Player player, Sentence sentence, EventRaiser mayor) -
Uses of EventRaiser in games.stendhal.server.maps.quests.revivalweeks
Methods in games.stendhal.server.maps.quests.revivalweeks with parameters of type EventRaiserModifier and TypeMethodDescriptionvoidPhotographerChatAction.fire(Player player, Sentence sentence, EventRaiser npc) voidPhotographerSellChatAction.fire(Player player, Sentence sentence, EventRaiser npc) -
Uses of EventRaiser in games.stendhal.server.maps.semos.tavern.market
Methods in games.stendhal.server.maps.semos.tavern.market with parameters of type EventRaiserModifier and TypeMethodDescriptionvoidExamineOfferChatAction.fire(Player player, Sentence sentence, EventRaiser npc) voidFetchEarningsChatAction.fire(Player player, Sentence sentence, EventRaiser npc) voidProlongOfferHandler.ConfirmProlongOfferChatAction.fire(Player player, Sentence sentence, EventRaiser npc) voidProlongOfferHandler.ProlongOfferChatAction.fire(Player player, Sentence sentence, EventRaiser npc) voidRemoveOfferHandler.ConfirmRemoveOfferChatAction.fire(Player player, Sentence sentence, EventRaiser npc) voidRemoveOfferHandler.RemoveOfferChatAction.fire(Player player, Sentence sentence, EventRaiser npc) voidShowOfferItemsChatAction.fire(Player player, Sentence sentence, EventRaiser npc) show a list of all items for which offers exist.voidShowOffersChatAction.fire(Player player, Sentence sentence, EventRaiser npc) -
Uses of EventRaiser in games.stendhal.server.script
Methods in games.stendhal.server.script with parameters of type EventRaiserModifier and TypeMethodDescriptionvoidAdminMaker.TeleportAction.fire(Player player, Sentence sentence, EventRaiser raiser) voidAdminMaker.UpgradeAction.fire(Player player, Sentence sentence, EventRaiser raiser) voidBetManager.BetAction.fire(Player player, Sentence sentence, EventRaiser raiser) voidDebuggera.SightseeingAction.fire(Player player, Sentence sentence, EventRaiser raiser)