Class CommonEventsForge1_19
java.lang.Object
mods.thecomputerizer.theimpossiblelibrary.shared.v19.common.event.CommonEvents1_19
mods.thecomputerizer.theimpossiblelibrary.forge.v19.common.event.CommonEventsForge1_19
- All Implemented Interfaces:
mods.thecomputerizer.theimpossiblelibrary.api.common.event.CommonEventsAPI,mods.thecomputerizer.theimpossiblelibrary.forge.common.event.ForgeEventHelper
public abstract class CommonEventsForge1_19
extends mods.thecomputerizer.theimpossiblelibrary.shared.v19.common.event.CommonEvents1_19
implements mods.thecomputerizer.theimpossiblelibrary.forge.common.event.ForgeEventHelper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidprotected void<R> mods.thecomputerizer.theimpossiblelibrary.api.common.event.EventWrapper.ResultgetEventResult(R result) net.minecraftforge.eventbus.api.IEventBusgetModBus(net.minecraftforge.fml.ModContainer container) voidpostCustomTick(mods.thecomputerizer.theimpossiblelibrary.api.util.CustomTick ticker) <E extends mods.thecomputerizer.theimpossiblelibrary.api.common.event.EventWrapper<?>>
voidregister(E wrapper) net.minecraftforge.eventbus.api.Event.ResultsetEventResult(mods.thecomputerizer.theimpossiblelibrary.api.common.event.EventWrapper.Result result) Methods inherited from class mods.thecomputerizer.theimpossiblelibrary.shared.v19.common.event.CommonEvents1_19
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.forge.common.event.ForgeEventHelper
getBusFor, getBusFor, getModBus, registerForgeOrModBus
-
Constructor Details
-
CommonEventsForge1_19
public CommonEventsForge1_19()
-
-
Method Details
-
defineEvents
public void defineEvents()- Specified by:
defineEventsin interfacemods.thecomputerizer.theimpossiblelibrary.api.common.event.CommonEventsAPI- Overrides:
defineEventsin classmods.thecomputerizer.theimpossiblelibrary.shared.v19.common.event.CommonEvents1_19
-
defineRegistryEvents
protected void defineRegistryEvents() -
getEventResult
public <R> mods.thecomputerizer.theimpossiblelibrary.api.common.event.EventWrapper.Result getEventResult(R result) - Specified by:
getEventResultin interfacemods.thecomputerizer.theimpossiblelibrary.api.common.event.CommonEventsAPI
-
getModBus
@Nullable public net.minecraftforge.eventbus.api.IEventBus getModBus(net.minecraftforge.fml.ModContainer container) - Specified by:
getModBusin interfacemods.thecomputerizer.theimpossiblelibrary.forge.common.event.ForgeEventHelper
-
postCustomTick
public void postCustomTick(mods.thecomputerizer.theimpossiblelibrary.api.util.CustomTick ticker) - Specified by:
postCustomTickin interfacemods.thecomputerizer.theimpossiblelibrary.api.common.event.CommonEventsAPI
-
register
public <E extends mods.thecomputerizer.theimpossiblelibrary.api.common.event.EventWrapper<?>> void register(E wrapper) - Specified by:
registerin interfacemods.thecomputerizer.theimpossiblelibrary.api.common.event.CommonEventsAPI
-
setEventResult
public net.minecraftforge.eventbus.api.Event.Result setEventResult(mods.thecomputerizer.theimpossiblelibrary.api.common.event.EventWrapper.Result result) - Specified by:
setEventResultin interfacemods.thecomputerizer.theimpossiblelibrary.api.common.event.CommonEventsAPI
-