This commit is contained in:
alexcrea 2026-05-29 00:39:12 +02:00
parent 171a8cad6d
commit 7aac325c70
Signed by: alexcrea
GPG key ID: E346CD16413450E3
6 changed files with 130 additions and 56 deletions

View file

@ -18,4 +18,6 @@ interface AnvilRenameDialog {
fun currentText(player: HumanEntity): String?
fun isOpenFor(player: HumanEntity): Boolean
}