Uses of Annotation Interface
valorless.annotations.MarkedForRemoval
Packages that use MarkedForRemoval
-
Uses of MarkedForRemoval in valorless.valorlessutils
Classes in valorless.valorlessutils with annotations of type MarkedForRemovalMethods in valorless.valorlessutils with annotations of type MarkedForRemovalModifier and TypeMethodDescriptionstatic voidDeprecated.static voidDeprecated.static voidDeprecated.static voidDeprecated. -
Uses of MarkedForRemoval in valorless.valorlessutils.config
Methods in valorless.valorlessutils.config with annotations of type MarkedForRemovalModifier and TypeMethodDescriptionvoidConfig.AddValidationEntry(String key, Object value) Deprecated.voidConfig.AddValidationEntry(String key, Object value, String comment) Deprecated.voidConfig.AddValidationEntry(String key, Object value, List<String> comments) Deprecated.<T extends Number>
voidConfig.AddValidationEntry(String key, Vector2<T> value) Deprecated.<T extends Number>
voidConfig.AddValidationEntry(String key, Vector3<T> value) Deprecated.Deprecated.UseConfig.get(String).Deprecated.Config.GetComments(String key) Deprecated.org.bukkit.configuration.ConfigurationSectionConfig.GetConfigurationSection(String key) Deprecated.Deprecated.Config.GetDoubleList(String key) Deprecated.Config.GetFile()Deprecated.UseConfig.getFile().Deprecated.This method is outdated and will be removed in future versions.Deprecated.Deprecated.Config.GetIntList(String key) Deprecated.org.bukkit.inventory.ItemStackConfig.GetItemStack(String key) Deprecated.List<?> Deprecated.org.bukkit.MaterialConfig.GetMaterial(String key) Deprecated.org.bukkit.plugin.java.JavaPluginConfig.GetPlugin()Deprecated.UseConfig.getPlugin().org.bukkit.configuration.ConfigurationSectionConfig.GetSection(String key) Deprecated.Deprecated.Config.GetStringList(String key) Deprecated.Config.GetVector2(String key) Deprecated.Config.GetVector3(String key) Deprecated.Deprecated.voidConfig.Reload()Deprecated.UseConfig.reload().voidConfig.SaveConfig()Deprecated.UseConfig.saveConfig().voidDeprecated.voidDeprecated.voidConfig.SetComments(String key, List<String> comments) Deprecated.voidDeprecated.voidConfig.SetDoubleList(String key, List<Double> value) Deprecated.voidDeprecated.voidConfig.SetIntList(String key, List<Integer> value) Deprecated.voidConfig.SetItemStack(String key, org.bukkit.inventory.ItemStack item) Deprecated.voidDeprecated.voidConfig.SetMaterial(String key, org.bukkit.Material material) Deprecated.voidDeprecated.voidConfig.SetStringList(String key, List<String> value) Deprecated.<T extends Number>
voidConfig.SetVector2(String key, Vector2<T> value) Deprecated.<T extends Number>
voidConfig.SetVector3(String key, Vector3<T> value) Deprecated.voidConfig.Validate()Deprecated.UseConfig.validate().
Log.