Class TILCommonEntryPointFabric

java.lang.Object
mods.thecomputerizer.theimpossiblelibrary.api.common.CommonEntryPoint
mods.thecomputerizer.theimpossiblelibrary.api.common.DelegatingCommonEntryPoint
mods.thecomputerizer.theimpossiblelibrary.fabric.common.TILCommonEntryPointFabric

public abstract class TILCommonEntryPointFabric extends mods.thecomputerizer.theimpossiblelibrary.api.common.DelegatingCommonEntryPoint
  • Field Summary

    Fields inherited from class mods.thecomputerizer.theimpossiblelibrary.api.common.CommonEntryPoint

    delegatedClientHandle, delegatedCustomHandle, delegatedServerHandle, extraData, parent
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected String
     
    protected String
     
    void
     
    void
     
    protected abstract net.minecraft.core.Registry<?>
     
    protected abstract net.minecraft.core.Registry<?>
     
    protected abstract net.minecraft.core.Registry<?>
     
    protected abstract net.minecraft.core.Registry<?>
     
    protected abstract net.minecraft.core.Registry<?>
     

    Methods inherited from class mods.thecomputerizer.theimpossiblelibrary.api.common.DelegatingCommonEntryPoint

    onConstructed, onInterModEnqueue, onInterModProcess, onPreRegistration, onServerAboutToStart, onServerStarted, onServerStarting, onServerStopped, onServerStopping

    Methods inherited from class mods.thecomputerizer.theimpossiblelibrary.api.common.CommonEntryPoint

    checkClientSetup, checkClientSetupInner, checkDedicatedServerSetup, checkDedicatedServerSetupInner, handleAll, handleAll, handleAll, handleAll, handleEither, handleWithClient, handleWithClient, handleWithClientCustom, handleWithClientCustom, handleWithCustom, handleWithCustom, handleWithServer, handleWithServer, handleWithServerCustom, handleWithServerCustom, onDedicatedServerSetup, onHandleAdded, setDelegatedClientHandle, setDelegatedCustomHandle, setDelegatedServerHandle, setExtraData, verifyNoDuplicates, verifyNoDuplicatesInner

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • TILCommonEntryPointFabric

      protected TILCommonEntryPointFabric()
  • Method Details

    • getModID

      protected String getModID()
      Specified by:
      getModID in class mods.thecomputerizer.theimpossiblelibrary.api.common.CommonEntryPoint
    • getModName

      protected String getModName()
      Specified by:
      getModName in class mods.thecomputerizer.theimpossiblelibrary.api.common.CommonEntryPoint
    • onCommonSetup

      public void onCommonSetup()
      Overrides:
      onCommonSetup in class mods.thecomputerizer.theimpossiblelibrary.api.common.DelegatingCommonEntryPoint
    • onLoadComplete

      public void onLoadComplete()
      Overrides:
      onLoadComplete in class mods.thecomputerizer.theimpossiblelibrary.api.common.DelegatingCommonEntryPoint
    • registryBlock

      protected abstract net.minecraft.core.Registry<?> registryBlock()
    • registryBlockEntity

      protected abstract net.minecraft.core.Registry<?> registryBlockEntity()
    • registryEntity

      protected abstract net.minecraft.core.Registry<?> registryEntity()
    • registryItem

      protected abstract net.minecraft.core.Registry<?> registryItem()
    • registrySoundEvent

      protected abstract net.minecraft.core.Registry<?> registrySoundEvent()