Class CommonEventsNeoForge1_20
java.lang.Object
mods.thecomputerizer.theimpossiblelibrary.shared.v20.common.event.CommonEvents1_20
mods.thecomputerizer.theimpossiblelibrary.neoforge.v20.common.event.CommonEventsNeoForge1_20
- All Implemented Interfaces:
mods.thecomputerizer.theimpossiblelibrary.api.common.event.CommonEventsAPI
public abstract class CommonEventsNeoForge1_20
extends mods.thecomputerizer.theimpossiblelibrary.shared.v20.common.event.CommonEvents1_20
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidpostCustomTick(mods.thecomputerizer.theimpossiblelibrary.api.util.CustomTick ticker) <E extends mods.thecomputerizer.theimpossiblelibrary.api.common.event.EventWrapper<?>>
voidregister(E wrapper) Methods inherited from class mods.thecomputerizer.theimpossiblelibrary.shared.v20.common.event.CommonEvents1_20
getAABB, getActionResult, getFacing, getHand, getVec3d, isDefined, setAABB, setActionResult, setFacing, setHand, setVec3dMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface mods.thecomputerizer.theimpossiblelibrary.api.common.event.CommonEventsAPI
getEventResult, setEventResult
-
Constructor Details
-
CommonEventsNeoForge1_20
public CommonEventsNeoForge1_20()
-
-
Method Details
-
defineEvents
public void defineEvents()- Specified by:
defineEventsin interfacemods.thecomputerizer.theimpossiblelibrary.api.common.event.CommonEventsAPI- Overrides:
defineEventsin classmods.thecomputerizer.theimpossiblelibrary.shared.v20.common.event.CommonEvents1_20
-
postCustomTick
public void postCustomTick(mods.thecomputerizer.theimpossiblelibrary.api.util.CustomTick ticker) -
register
public <E extends mods.thecomputerizer.theimpossiblelibrary.api.common.event.EventWrapper<?>> void register(E wrapper)
-