Package xyz.srnyx.annoyingapi
Class BuildProperties
java.lang.Object
xyz.srnyx.annoyingapi.BuildProperties
This class is used to store properties defined in the build.gradle.kts file
Uses Blossom
Uses Blossom
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final @NotNull StringThe version of Annoying APIstatic final @NotNull StringThe version of bStats that Annoying API is built withstatic final @NotNull StringThe version of H2 that Annoying API is built withstatic final @NotNull StringThe version of ITEM_NBT_API that Annoying API is built withstatic final @NotNull StringThe version of POSTGRESQL that Annoying API is built withstatic final @NotNull StringThe version of REFLECTIONS that Annoying API is built with -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
ANNOYING_API_VERSION
The version of Annoying API- See Also:
-
ITEM_NBT_API_VERSION
The version of ITEM_NBT_API that Annoying API is built with- See Also:
-
BSTATS_VERSION
The version of bStats that Annoying API is built with- See Also:
-
REFLECTIONS_VERSION
The version of REFLECTIONS that Annoying API is built with- See Also:
-
H2_VERSION
The version of H2 that Annoying API is built with- See Also:
-
POSTGRESQL_VERSION
The version of POSTGRESQL that Annoying API is built with- See Also:
-
-
Constructor Details
-
BuildProperties
public BuildProperties()This class cannot be instantiated
-