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

com.lop.devtools.monstera.addon.api.InvokeBeforeEnd.kt Maven / Gradle / Ivy

Go to download

A library and environment designed to streamline the development of Minecraft addons.

There is a newer version: 0.4.5
Show newest version
package com.lop.devtools.monstera.addon.api

import com.lop.devtools.monstera.addon.Addon

interface InvokeBeforeEnd {
    fun invoke(addon: Addon)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy