Deprecated API
Contents
-
MethodDescriptionUse
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.
-
ConstructorDescriptionPlease 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.