File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
src/main/java/com/shanebeestudios/coreapi/util Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ plugins {
99// The Minecraft version we're currently building for
1010val minecraftVersion = " 1.21.4"
1111// Version of CoreApi
12- val projectVersion = " 1.0 .0"
12+ val projectVersion = " 1.1 .0"
1313
1414java {
1515 toolchain.languageVersion = JavaLanguageVersion .of(21 )
Original file line number Diff line number Diff line change 1010import org .bukkit .block .BlockType ;
1111import org .bukkit .inventory .ItemStack ;
1212import org .bukkit .inventory .ItemType ;
13+ import org .jetbrains .annotations .ApiStatus ;
1314import org .jetbrains .annotations .NotNull ;
1415
1516import java .util .List ;
1617
1718/**
1819 * General utility class for {@link Tag Tags}
1920 */
21+ @ ApiStatus .AvailableSince ("1.1.0" )
2022@ SuppressWarnings ({"UnstableApiUsage" , "unused" })
2123public class TagUtils {
2224
You can’t perform that action at this time.
0 commit comments