Deprecated API
Contents
-
Deprecated MethodsMethodDescriptionUse
ConfigManager.getAllConfigs()
instead.This will be removed in a future api version as it should be an internal method.Please useScenariosManager.registerScenario(boolean, Material, boolean, String, String, String...)
as the relocation of XSeries breaks this method.Please useScenariosManager.registerScenario(boolean, Material, String, String, String...)
as the relocation of XSeries breaks this method.Use ScenarioData#toItemStack instead.
-
Deprecated ConstructorsConstructorDescriptionPlease use
ScenarioData(boolean, Material, boolean, String, String, String...)
as the relocation of XSeries breaks this method.Please useScenarioData(boolean, Material, String, String, String...)
as the relocation of XSeries breaks this method.