mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-01 20:52:12 -07:00
Expose EntityType#getTranslationKey
This commit is contained in:
@@ -99,7 +99,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||||||
+ * @return the translation key
|
+ * @return the translation key
|
||||||
+ */
|
+ */
|
||||||
+ @Nullable
|
+ @Nullable
|
||||||
+ String getTranslationKey() {
|
+ public String getTranslationKey() {
|
||||||
+ return org.bukkit.Bukkit.getUnsafe().getTranslationKey(this);
|
+ return org.bukkit.Bukkit.getUnsafe().getTranslationKey(this);
|
||||||
+ }
|
+ }
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user