public class FMLDummyContainer extends DummyModContainer implements WorldAccessContainer
EMPTY_PROPERTIES| Constructor and Description |
|---|
FMLDummyContainer() |
| Modifier and Type | Method and Description |
|---|---|
Class<?> |
getCustomResourcePackClass() |
NBTTagCompound |
getDataForWriting(SaveHandler handler,
WorldInfo info) |
Certificate |
getSigningCertificate() |
File |
getSource()
The location on the file system which this mod came from
|
void |
readData(SaveHandler handler,
WorldInfo info,
Map<String,NBTBase> propertyMap,
NBTTagCompound tag) |
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, getCustomModProperties, getDependants, getDependencies, getDisplayVersion, getMetadata, getMod, getModId, getName, getProcessedVersion, getRequirements, getSortingRules, getVersion, isImmutable, isNetworkMod, matches, setEnabledState, toStringpublic boolean registerBus(com.google.common.eventbus.EventBus bus,
LoadController controller)
ModContainerregisterBus in interface ModContainerregisterBus in class DummyModContainerpublic NBTTagCompound getDataForWriting(SaveHandler handler, WorldInfo info)
getDataForWriting in interface WorldAccessContainerpublic void readData(SaveHandler handler, WorldInfo info, Map<String,NBTBase> propertyMap, NBTTagCompound tag)
readData in interface WorldAccessContainerpublic Certificate getSigningCertificate()
getSigningCertificate in interface ModContainergetSigningCertificate in class DummyModContainerpublic File getSource()
ModContainergetSource in interface ModContainergetSource in class DummyModContainerpublic Class<?> getCustomResourcePackClass()
getCustomResourcePackClass in interface ModContainergetCustomResourcePackClass in class DummyModContainer