Uses of Class
games.stendhal.server.entity.mapstuff.sign.Sign
Packages that use Sign
Package
Description
Lua scripting interface.
-
Uses of Sign in games.stendhal.server.core.scripting.lua
Methods in games.stendhal.server.core.scripting.lua that return SignModifier and TypeMethodDescriptionLuaEntityHelper.createSign()Deprecated.Use `LuaEntityHelper.create(LuaTable)`.LuaEntityHelper.createSign(boolean visible) Deprecated.Use `LuaEntityHelper.create(LuaTable)`. -
Uses of Sign in games.stendhal.server.entity.mapstuff.office
Subclasses of Sign in games.stendhal.server.entity.mapstuff.officeModifier and TypeClassDescriptionclassA sign rented by a player for a fixed amount of time. -
Uses of Sign in games.stendhal.server.entity.mapstuff.sign
Subclasses of Sign in games.stendhal.server.entity.mapstuff.signModifier and TypeClassDescriptionclassA map object that when looked at shows the server time.classA sign (or transparent area) which is placed on the ground and can be looked at.classA shop sign representing contents of an outfit shop.classA sign (or transparent area) which is placed on the ground and can be looked at closely.classA Reader is a sign that defaults to "transparent" and 0 resistance.classA sign for a ShopList.Constructors in games.stendhal.server.entity.mapstuff.sign with parameters of type SignModifierConstructorDescriptionSignFromHallOfFameLoader(Sign sign, String introduction, String fametype, int max, boolean ascending, boolean lineBreaks) creates a new SignFromHallOfFameLoader -
Uses of Sign in games.stendhal.server.entity.npc.action
Methods in games.stendhal.server.entity.npc.action with parameters of type SignModifier and TypeMethodDescriptionvoidsets the sign to be updatedConstructors in games.stendhal.server.entity.npc.action with parameters of type SignModifierConstructorDescriptionLoadSignFromHallOfFameAction(Sign sign, String introduction, String fametype, int max, boolean ascending) creates a new LoadSignFromHallOfFame -
Uses of Sign in games.stendhal.server.maps.quests
Methods in games.stendhal.server.maps.quests with parameters of type Sign -
Uses of Sign in games.stendhal.server.maps.quests.maze
Subclasses of Sign in games.stendhal.server.maps.quests.maze