forked from zhdev/griefus
Add EntityUtils#asTranslatable to convert EntityType to the MiniMessage key
Yes
This commit is contained in:
parent
877ffe5015
commit
d0fe67d988
1 changed files with 4 additions and 0 deletions
|
|
@ -137,4 +137,8 @@ public class EntityUtils extends Queue {
|
|||
|
||||
return result;
|
||||
}
|
||||
|
||||
public static String asTranslatable(EntityType type){
|
||||
return "<lang:" + type.translationKey() + ">";
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue