mirror of
https://github.com/alexcrea/CustomAnvil.git
synced 2026-06-23 08:14:00 +02:00
monetary minimum version & rename impl
This commit is contained in:
parent
1660250ee1
commit
ac9f492125
7 changed files with 34 additions and 4 deletions
|
|
@ -0,0 +1,12 @@
|
|||
package xyz.alexcrea.cuanvil.util
|
||||
|
||||
import org.bukkit.inventory.InventoryView
|
||||
|
||||
// TODO yet another cleanup to do on legacy removal branch
|
||||
object RenameAnvilUtil {
|
||||
|
||||
fun rename(view: InventoryView, name: String) {
|
||||
view.title = name
|
||||
}
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue