All Downloads are FREE. Search and download functionalities are using the official Maven repository.

kr.summitsystems.springbukkit.view.ViewLifecycle.kt Maven / Gradle / Ivy

The newest version!
package kr.summitsystems.springbukkit.view

import org.bukkit.entity.Player

interface ViewLifecycle {
    fun onCreate(context: C) {}

    fun onRender(viewer: Player) {}

    fun onDispose() {}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy