modsdotgroovy.frontend-dsl.forge.2.0.0-beta.23.source-code.DependencySide.groovy Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of forge Show documentation
Show all versions of forge Show documentation
The frontend DSL for mods.groovy on Forge
import groovy.transform.CompileStatic
@CompileStatic
enum DependencySide {
CLIENT, SERVER, BOTH
DependencySide() {}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy