mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-21 11:45:19 +01:00
Release 6.10.4
This commit is contained in:
parent
b5bc1988e5
commit
ee8902154a
@ -51,7 +51,7 @@ import org.checkerframework.checker.nullness.qual.NonNull;
|
||||
/**
|
||||
* @deprecated P2 effectively no longer supports 1.13
|
||||
*/
|
||||
@Deprecated(forRemoval = true, since = "TODO")
|
||||
@Deprecated(forRemoval = true, since = "6.10.4")
|
||||
public class PaperListener113 extends PaperListener {
|
||||
|
||||
@Inject
|
||||
|
@ -26,7 +26,7 @@ import java.util.Objects;
|
||||
/**
|
||||
* Util class for generic methods relating to plot flags.
|
||||
*
|
||||
* @since TODO
|
||||
* @since 6.10.4
|
||||
*/
|
||||
public final class PlotFlagUtil {
|
||||
|
||||
@ -42,7 +42,7 @@ public final class PlotFlagUtil {
|
||||
* @param value boolean value to check flag value against
|
||||
* @param <T> The flag value type
|
||||
* @return true if road flag value matches with road flags enabled
|
||||
* @since TODO
|
||||
* @since 6.10.4
|
||||
*/
|
||||
public static <T> boolean isAreaRoadFlagsAndFlagEquals(
|
||||
PlotArea area, final Class<? extends PlotFlag<T, ?>> flagClass, T value
|
||||
|
@ -19,7 +19,7 @@ plugins {
|
||||
}
|
||||
|
||||
group = "com.plotsquared"
|
||||
version = "6.10.4-SNAPSHOT"
|
||||
version = "6.10.4"
|
||||
|
||||
subprojects {
|
||||
group = rootProject.group
|
||||
|
Loading…
Reference in New Issue
Block a user