mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-21 12:46:46 +01:00
Add javadoc since tag
Co-authored-by: Alexander Brandes <mc.cache@web.de>
This commit is contained in:
parent
73d57937bb
commit
21b3fc294e
@ -1250,6 +1250,7 @@ public abstract class PlotArea {
|
||||
* @param flagClass boolean flag to get value of
|
||||
* @param value boolean value to check flag value against
|
||||
* @return Flag value or false if road flags disabled
|
||||
* @since TODO
|
||||
*/
|
||||
public boolean isRoadFlagsAndFlagEquals(final Class<? extends BooleanFlag<?>> flagClass, boolean value) {
|
||||
return this.roadFlags && (getRoadFlag(flagClass) == value);
|
||||
|
Loading…
Reference in New Issue
Block a user