java.lang.Object
me.desht.pneumaticcraft.common.thirdparty.computercraft.ComputerCraft
All Implemented Interfaces:
IThirdParty

public class ComputerCraft extends Object implements IThirdParty
  • Constructor Details

    • ComputerCraft

      public ComputerCraft()
  • 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
    • attachPeripheralCap

      public static void attachPeripheralCap(net.minecraftforge.event.AttachCapabilitiesEvent<net.minecraft.world.level.block.entity.BlockEntity> event)
    • modType

      public ThirdPartyManager.ModType modType()
      Specified by:
      modType in interface IThirdParty