Package net.minecraftforge.common
Class ForgeMod
java.lang.Object
net.minecraftforge.common.ForgeMod
- All Implemented Interfaces:
WorldPersistenceHooks.WorldPersistenceHook
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static DeferredRegister<Attribute>private static booleanstatic RegistryObject<Attribute>static RegistryObject<Fluid>private static org.apache.logging.log4j.Markerprivate static ForgeModprivate static org.apache.logging.log4j.Loggerstatic RegistryObject<Fluid>static RegistryObject<Attribute>static RegistryObject<Attribute>static RegistryObject<Attribute>static String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidRun this method during mod constructor to enable milk and add it to the Minecraft milk bucketvoidgatherData(GatherDataEvent event)getDataForWriting(LevelStorageSource.LevelStorageAccess levelSave, WorldData serverInfo)static ForgeModgetModId()voidloadComplete(FMLLoadCompleteEvent event)voidvoidvoidpreInit(FMLCommonSetupEvent evt)voidreadData(LevelStorageSource.LevelStorageAccess levelSave, WorldData serverInfo, CompoundTag tag)private voidvoidvoidregisterFluids(RegistryEvent.Register<Fluid> event)voidvoidvoid
-
Field Details
-
VERSION_CHECK_CAT
- See Also:
- Constant Field Values
-
LOGGER
private static final org.apache.logging.log4j.Logger LOGGER -
FORGEMOD
private static final org.apache.logging.log4j.Marker FORGEMOD -
ATTRIBUTES
-
SWIM_SPEED
-
NAMETAG_DISTANCE
-
ENTITY_GRAVITY
-
REACH_DISTANCE
-
enableMilkFluid
private static boolean enableMilkFluid -
MILK
-
FLOWING_MILK
-
INSTANCE
-
-
Constructor Details
-
ForgeMod
public ForgeMod()
-
-
Method Details
-
getInstance
-
enableMilkFluid
public static void enableMilkFluid()Run this method during mod constructor to enable milk and add it to the Minecraft milk bucket -
registerCapabilities
-
preInit
-
registerArgumentTypes
private void registerArgumentTypes() -
loadComplete
-
serverStopping
-
getDataForWriting
public CompoundTag getDataForWriting(LevelStorageSource.LevelStorageAccess levelSave, WorldData serverInfo)- Specified by:
getDataForWritingin interfaceWorldPersistenceHooks.WorldPersistenceHook
-
readData
public void readData(LevelStorageSource.LevelStorageAccess levelSave, WorldData serverInfo, CompoundTag tag)- Specified by:
readDatain interfaceWorldPersistenceHooks.WorldPersistenceHook
-
mappingChanged
-
getModId
- Specified by:
getModIdin interfaceWorldPersistenceHooks.WorldPersistenceHook
-
gatherData
-
missingSoundMapping
-
registerFluids
-
registerRecipeSerialziers
-
registerLootData
-