#979: Add more translation keys

By: Miles Holder <mwholder2005@gmail.com>
This commit is contained in:
Bukkit/Spigot
2024-03-17 10:26:51 +11:00
parent 016f4cc0da
commit 6ba05011fa
6 changed files with 19 additions and 5 deletions

View File

@ -94,6 +94,8 @@ public interface UnsafeValues {
String getTranslationKey(ItemStack itemStack);
String getTranslationKey(Attribute attribute);
@Nullable
FeatureFlag getFeatureFlag(@NotNull NamespacedKey key);