java.lang.Object
me.desht.pneumaticcraft.common.thirdparty.mekanism.Mekanism
All Implemented Interfaces:
IThirdParty

public class Mekanism extends Object implements IThirdParty
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static class 
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    attachHeatAdapters(net.minecraftforge.event.AttachCapabilitiesEvent<net.minecraft.world.level.block.entity.BlockEntity> event)
     
    void
    attachRadiationShield(net.minecraftforge.event.AttachCapabilitiesEvent<net.minecraft.world.item.ItemStack> event)
     
    void
    Called on both client and server after any registry objects are created, in the mod creation thread.
    void
    Called on both client and server after mods have loaded but before registry events, in the mod creation thread.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface me.desht.pneumaticcraft.common.thirdparty.IThirdParty

    clientInit, modType, postInit
  • Constructor Details

    • Mekanism

      public Mekanism()
  • Method Details

    • preInit

      public void preInit()
      Description copied from interface: IThirdParty
      Called on both client and server after mods have loaded but before registry events, in the mod creation thread.
      Specified by:
      preInit in interface IThirdParty
    • init

      public void init()
      Description copied from interface: IThirdParty
      Called on both client and server after any registry objects are created, in the mod creation thread.
      Specified by:
      init in interface IThirdParty
    • attachHeatAdapters

      public void attachHeatAdapters(net.minecraftforge.event.AttachCapabilitiesEvent<net.minecraft.world.level.block.entity.BlockEntity> event)
    • attachRadiationShield

      public void attachRadiationShield(net.minecraftforge.event.AttachCapabilitiesEvent<net.minecraft.world.item.ItemStack> event)