update generated API

This commit is contained in:
Jake Potrebic
2024-06-14 13:11:23 -07:00
parent 2bfea35de3
commit f7118d4e22
14 changed files with 37 additions and 41 deletions

View File

@@ -6,7 +6,6 @@ import io.papermc.paper.generated.GeneratedFrom;
import io.papermc.paper.registry.RegistryKey;
import io.papermc.paper.registry.TypedKey;
import net.kyori.adventure.key.Key;
import org.bukkit.MinecraftExperimental;
import org.bukkit.enchantments.Enchantment;
import org.jetbrains.annotations.ApiStatus;
import org.jetbrains.annotations.NotNull;
@@ -24,7 +23,7 @@ import org.jetbrains.annotations.NotNull;
"unused",
"SpellCheckingInspection"
})
@GeneratedFrom("1.20.6")
@GeneratedFrom("1.21")
@ApiStatus.Experimental
public final class EnchantmentKeys {
/**
@@ -60,7 +59,6 @@ public final class EnchantmentKeys {
*
* @apiNote This field is version-dependant and may be removed in future Minecraft versions
*/
@ApiStatus.Experimental
public static final TypedKey<Enchantment> BREACH = create(key("breach"));
/**
@@ -75,7 +73,6 @@ public final class EnchantmentKeys {
*
* @apiNote This field is version-dependant and may be removed in future Minecraft versions
*/
@ApiStatus.Experimental
public static final TypedKey<Enchantment> DENSITY = create(key("density"));
/**