From 0850e18436dec0a5daae62dc25b76986496eafc8 Mon Sep 17 00:00:00 2001 From: Shane Freeder Date: Wed, 11 Aug 2021 06:12:57 +0000 Subject: [PATCH] Expose EntityType#getTranslationKey --- .../Add-a-way-to-get-translation-keys-for-blocks-entitie.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patches/api/Add-a-way-to-get-translation-keys-for-blocks-entitie.patch b/patches/api/Add-a-way-to-get-translation-keys-for-blocks-entitie.patch index b2800e9f32..4333bf8fe4 100644 --- a/patches/api/Add-a-way-to-get-translation-keys-for-blocks-entitie.patch +++ b/patches/api/Add-a-way-to-get-translation-keys-for-blocks-entitie.patch @@ -99,7 +99,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000 + * @return the translation key + */ + @Nullable -+ String getTranslationKey() { ++ public String getTranslationKey() { + return org.bukkit.Bukkit.getUnsafe().getTranslationKey(this); + } }