Uses of Class
games.stendhal.server.entity.npc.condition.NotCondition
Packages that use NotCondition
-
Uses of NotCondition in games.stendhal.server.core.scripting.lua
Methods in games.stendhal.server.core.scripting.lua that return NotConditionModifier and TypeMethodDescriptionLuaConditionHelper.notC(ChatCondition condition) Creates a NotCondition instance.LuaConditionHelper.notC(org.luaj.vm2.LuaValue lv) Helper method for creating a NotCondition instance.LuaConditionHelper.notCondition(ChatCondition condition) Creates a NotCondition instance.LuaConditionHelper.notCondition(org.luaj.vm2.LuaValue lv) Helper method for creating a NotCondition instance.