public class MCPDummyContainer extends DummyModContainer
| Constructor and Description |
|---|
MCPDummyContainer(ModMetadata metadata) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
registerBus(com.google.common.eventbus.EventBus bus,
LoadController controller)
Register the event bus for the mod and the controller for error handling
Returns if this bus was successfully registered - disabled mods and other
mods that don't need real events should return false and avoid further
processing
|
acceptableMinecraftVersionRange, bindMetadata, getDependants, getDependencies, getDisplayVersion, getMetadata, getMod, getModId, getName, getProcessedVersion, getRequirements, getSigningCertificate, getSortingRules, getSource, getVersion, isImmutable, isNetworkMod, matches, setEnabledStatepublic MCPDummyContainer(ModMetadata metadata)
public boolean registerBus(com.google.common.eventbus.EventBus bus, LoadController controller)
ModContainerregisterBus in interface ModContainerregisterBus in class DummyModContainer