mirror of
https://github.com/alexcrea/CustomAnvil.git
synced 2026-06-23 16:16:17 +02:00
remove nms base sub module
This commit is contained in:
parent
a8553debeb
commit
2f2923e910
5 changed files with 1 additions and 20 deletions
|
|
@ -0,0 +1,15 @@
|
|||
package xyz.alexcrea.cuanvil.dependency.packet
|
||||
|
||||
import org.bukkit.entity.Player
|
||||
|
||||
open class PacketManagerBase {
|
||||
|
||||
open val canSetInstantBuild: Boolean
|
||||
get() = false
|
||||
|
||||
open fun setInstantBuild(player: Player, instantBuild: Boolean) {
|
||||
// Default implementation is empty.
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue