Uses of Enum Class
zombie.scripting.ScriptType
Packages that use ScriptType
Package
Description
-
Uses of ScriptType in generation.builders
Constructors in generation.builders with parameters of type ScriptType -
Uses of ScriptType in zombie.Lua
Methods in zombie.Lua with parameters of type ScriptTypeModifier and TypeMethodDescriptionstatic void
LuaManager.GlobalObject.reloadScripts
(ScriptType scriptType) -
Uses of ScriptType in zombie.scripting
Subclasses with type arguments of type ScriptType in zombie.scriptingMethods in zombie.scripting that return ScriptTypeModifier and TypeMethodDescriptionScriptBucket.getScriptType()
ScriptBucketCollection.getScriptType()
static ScriptType
Returns the enum constant of this class with the specified name.static ScriptType[]
ScriptType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in zombie.scripting that return types with arguments of type ScriptTypeMethods in zombie.scripting with parameters of type ScriptTypeModifier and TypeMethodDescriptionstatic void
ScriptManager.EnableDebug
(ScriptType scriptType, boolean boolean0) ArrayList
<?> ScriptManager.getScriptsForType
(ScriptType scriptType) static boolean
ScriptManager.isDebugEnabled
(ScriptType scriptType) static void
ScriptManager.println
(ScriptType scriptType, String string) void
ScriptManager.ReloadScripts
(ScriptType scriptType) Method parameters in zombie.scripting with type arguments of type ScriptTypeConstructors in zombie.scripting with parameters of type ScriptTypeModifierConstructorDescriptionScriptBucket
(ScriptModule arg0, ScriptType arg1) ScriptBucket
(ScriptModule scriptModule, ScriptType scriptTypex, Map<String, E> map) ScriptBucketCollection
(ScriptManager arg0, ScriptType arg1) Template
(ScriptModule arg0, ScriptType arg1) -
Uses of ScriptType in zombie.scripting.objects
Methods in zombie.scripting.objects that return ScriptTypeConstructors in zombie.scripting.objects with parameters of type ScriptType -
Uses of ScriptType in zombie.scripting.ui
Fields in zombie.scripting.ui with type parameters of type ScriptType