We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Stop referencing the old Converter class in PropertyExpression
Skript/src/main/java/ch/njol/skript/expressions/base/PropertyExpression.java
Line 116 in b0052d2
This restricts the usage of method references Block::getExample by using the old converter class giving an IDE warning about using deprecated classes.
Block::getExample
To enforce the method reference code standard by resolving the class deprecation versioning.
No response
The text was updated successfully, but these errors were encountered:
It currently uses the old classes for compatibility reasons, see #5507
Sorry, something went wrong.
Yes, but it needs to be replaced/overloaded with another method or finally removed.
No branches or pull requests
Suggestion
Stop referencing the old Converter class in PropertyExpression
Skript/src/main/java/ch/njol/skript/expressions/base/PropertyExpression.java
Line 116 in b0052d2
This restricts the usage of method references
Block::getExample
by using the old converter class giving an IDE warning about using deprecated classes.Why?
To enforce the method reference code standard by resolving the class deprecation versioning.
Other
No response
Agreement
The text was updated successfully, but these errors were encountered: