@ApiStatus.NonExtendable
public interface ModContainer
| Modifier and Type | Method and Description |
|---|---|
@NotNull java.lang.String |
id()
Returns the mod id.
|
@NotNull org.tinylog.TaggedLogger |
logger()
Returns a
TaggedLogger for this mod. |
@NotNull ModResource |
resource()
Returns the mod resource.
|
@NotNull java.lang.String |
version()
Returns the mod version.
|
@NotNull @NotNull org.tinylog.TaggedLogger logger()
TaggedLogger for this mod.@NotNull @NotNull java.lang.String id()
@NotNull @NotNull java.lang.String version()
@NotNull @NotNull ModResource resource()