Nightbreak Java API
Toggle table of contents
JVM
Target filter
JVM
Switch theme
Search in API
Skip to content
Nightbreak Java API
MagmaCore
/
com.magmaguy.magmacore.scripting
/
LuaMindModuleDescriptor
Lua
Mind
Module
Descriptor
public
final
class
LuaMindModuleDescriptor
extends
Record
Immutable identity and dependency metadata for one registered Lua Mind module.
Members
Constructors
Lua
Mind
Module
Descriptor
Link copied to clipboard
public
void
LuaMindModuleDescriptor
(
String
identifier
,
long revision
,
List
<
String
>
dependencies
)
Inherited functions
equals
Link copied to clipboard
public
abstract
boolean
equals
(
Object
p
)
hash
Code
Link copied to clipboard
public
abstract
int
hashCode
(
)
to
String
Link copied to clipboard
public
abstract
String
toString
(
)