Clarified forRemoval

This commit is contained in:
Auxilor
2021-12-14 08:40:58 +00:00
parent 59d31584e6
commit 4cf45795d6
4 changed files with 4 additions and 4 deletions

View File

@@ -19,7 +19,7 @@ public class ColorArgParser implements LookupArgParser {
* Instantiate arg parser.
*/
public ColorArgParser() {
Bukkit.getLogger().severe("Instantiation of class marked for removal! (" + this.getClass().getName() + ")");
Bukkit.getLogger().severe("Instantiation of class marked for removal! (" + this.getClass().getName() + "), this will throw an error in a future release!");
}
@Override

View File

@@ -19,7 +19,7 @@ public class CustomModelDataArgParser implements LookupArgParser {
* Instantiate arg parser.
*/
public CustomModelDataArgParser() {
Bukkit.getLogger().severe("Instantiation of class marked for removal! (" + this.getClass().getName() + ")");
Bukkit.getLogger().severe("Instantiation of class marked for removal! (" + this.getClass().getName() + "), this will throw an error in a future release!");
}
@Override

View File

@@ -19,7 +19,7 @@ public class EnchantmentArgParser implements LookupArgParser {
* Instantiate arg parser.
*/
public EnchantmentArgParser() {
Bukkit.getLogger().severe("Instantiation of class marked for removal! (" + this.getClass().getName() + ")");
Bukkit.getLogger().severe("Instantiation of class marked for removal! (" + this.getClass().getName() + "), this will throw an error in a future release!");
}
@Override

View File

@@ -19,7 +19,7 @@ public class TextureArgParser implements LookupArgParser {
* Instantiate arg parser.
*/
public TextureArgParser() {
Bukkit.getLogger().severe("Instantiation of class marked for removal! (" + this.getClass().getName() + ")");
Bukkit.getLogger().severe("Instantiation of class marked for removal! (" + this.getClass().getName() + "), this will throw an error in a future release!");
}
@Override