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 -
Method Summary
Modifier and TypeMethodDescriptionprotected StringgetModID()protected Stringvoidvoidprotected 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, onServerStoppingMethods 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
-
Constructor Details
-
TILCommonEntryPointFabric
protected TILCommonEntryPointFabric()
-
-
Method Details
-
getModID
- Specified by:
getModIDin classmods.thecomputerizer.theimpossiblelibrary.api.common.CommonEntryPoint
-
getModName
- Specified by:
getModNamein classmods.thecomputerizer.theimpossiblelibrary.api.common.CommonEntryPoint
-
onCommonSetup
public void onCommonSetup()- Overrides:
onCommonSetupin classmods.thecomputerizer.theimpossiblelibrary.api.common.DelegatingCommonEntryPoint
-
onLoadComplete
public void onLoadComplete()- Overrides:
onLoadCompletein classmods.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()
-