public class ForgeDummyContainer extends DummyModContainer implements WorldAccessContainer
Modifier and Type | Field and Description |
---|---|
static int[] |
blendRanges |
static int |
clumpingThreshold |
static boolean |
disableStitchedFileSaving |
static boolean |
forceDuplicateFluidBlockCrash |
static boolean |
fullBoundingBoxLadders |
static boolean |
removeErroringEntities |
static boolean |
removeErroringTileEntities |
EMPTY_PROPERTIES
Constructor and Description |
---|
ForgeDummyContainer() |
Modifier and Type | Method and Description |
---|---|
Class<?> |
getCustomResourcePackClass() |
NBTTagCompound |
getDataForWriting(SaveHandler handler,
WorldInfo info) |
File |
getSource()
The location on the file system which this mod came from
|
void |
modConstruction(FMLConstructionEvent evt) |
void |
postInit(FMLPostInitializationEvent evt) |
void |
preInit(FMLPreInitializationEvent evt) |
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
|
void |
serverStarting(FMLServerStartingEvent evt) |
acceptableMinecraftVersionRange, bindMetadata, getCustomModProperties, getDependants, getDependencies, getDisplayVersion, getMetadata, getMod, getModId, getName, getProcessedVersion, getRequirements, getSigningCertificate, getSortingRules, getVersion, isImmutable, isNetworkMod, matches, setEnabledState, toString
public static int clumpingThreshold
public static boolean removeErroringEntities
public static boolean removeErroringTileEntities
public static boolean disableStitchedFileSaving
public static boolean forceDuplicateFluidBlockCrash
public static boolean fullBoundingBoxLadders
public static int[] blendRanges
public boolean registerBus(com.google.common.eventbus.EventBus bus, LoadController controller)
ModContainer
registerBus
in interface ModContainer
registerBus
in class DummyModContainer
public void modConstruction(FMLConstructionEvent evt)
public void preInit(FMLPreInitializationEvent evt)
public void postInit(FMLPostInitializationEvent evt)
public void serverStarting(FMLServerStartingEvent evt)
public NBTTagCompound getDataForWriting(SaveHandler handler, WorldInfo info)
getDataForWriting
in interface WorldAccessContainer
public void readData(SaveHandler handler, WorldInfo info, Map<String,NBTBase> propertyMap, NBTTagCompound tag)
readData
in interface WorldAccessContainer
public File getSource()
ModContainer
getSource
in interface ModContainer
getSource
in class DummyModContainer
public Class<?> getCustomResourcePackClass()
getCustomResourcePackClass
in interface ModContainer
getCustomResourcePackClass
in class DummyModContainer