-
Deprecated Interfaces
-
Deprecated ClassesClassDescriptionUse
Converter
This class is no longer exposed in newer versions. It should not be used or referenced.RegularStructure
methods should be used. See individual methods for their equivalents.UseComparators
UseConverters
Slot stuff got its own package.XML has so many quirks that storing arbitrary data cannot be guaranteed.XML has so many quirks that storing arbitrary data cannot be guaranteed.
-
Deprecated Enum Classes
-
Deprecated FieldsFieldDescriptionbefore 1.13 is no longer supporteddue to bad naming conventions, use
SkriptParser.LIST_SPLIT_PATTERN
instead.
-
Deprecated MethodsMethodDescriptionuse
Bukkit.getOnlinePlayers()
insteadin favour ofFunctions.getGlobalFunction(String)
for proper name.in favour ofFunctions.getGlobalSignature(String)
for proper name.SeeScriptEvent
.UseParserInstance.setCurrentStructure(Structure)
with 'null'.UseScript.getData(Class)
instead. TheStructOptions.OptionsData
class should be obtained. Example:script.getData(OptionsData.class)
Addons should no longer be modifying this.UseSelfRegisteringSkriptEvent.postLoad()
instead.This method's functionality can be replaced by overridingSelfRegisteringSkriptEvent.postLoad()
. Normally, that method would register the parsed trigger withSkriptEventHandler
. A reference to theTrigger
is available throughSkriptEvent.trigger
.This method's functionality can be replaced by overridingSelfRegisteringSkriptEvent.unload()
. Normally, that method would unregister the parsed trigger withSkriptEventHandler
. A reference to theTrigger
is available throughSkriptEvent.trigger
.This method should no longer be used. Each trigger should be unregistered throughSelfRegisteringSkriptEvent.unregister(Trigger)
.UseScriptLoader.getLoadedScripts()
.size().UseScriptLoader.getLoadedScripts()
andScript.getStructures()
.size(). Please note that a Structure may have multiple triggers, and this is only an estimate.Callers should not be using configs. UseScriptLoader.loadScripts(Set, OpenCloseable)
.Callers should not be using configs. UseScriptLoader.loadScripts(Set, OpenCloseable)
.Callers should not be using configs. UseScriptLoader.loadScripts(Set, OpenCloseable)
.This method has no functionality, it just returns its input.Never use this method, it has no effect.Addons should no longer be modifying this.This method no longer does anything as self registered Triggers are unloaded when theSkriptEvent
is unloaded (no need to keep tracking them here).Magic numbersMagic numbersUse fromTicks_i(long ticks) instead. Since this method limits timespan to 50 * Integer.MAX_VALUE.Use getTicks_i() instead. Since this method limits timespan to Integer.MAX_VALUE.
-
Deprecated Enum Constants
Comparators