Class CommonEventsNeoForge1_20_4

java.lang.Object
mods.thecomputerizer.theimpossiblelibrary.shared.v20.common.event.CommonEvents1_20
mods.thecomputerizer.theimpossiblelibrary.neoforge.v20.common.event.CommonEventsNeoForge1_20
mods.thecomputerizer.theimpossiblelibrary.neoforge.v20.m4.common.event.CommonEventsNeoForge1_20_4
All Implemented Interfaces:
mods.thecomputerizer.theimpossiblelibrary.api.common.event.CommonEventsAPI

public class CommonEventsNeoForge1_20_4 extends mods.thecomputerizer.theimpossiblelibrary.neoforge.v20.common.event.CommonEventsNeoForge1_20
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    <R> mods.thecomputerizer.theimpossiblelibrary.api.common.event.EventWrapper.Result
    getEventResult(R result)
     
    net.neoforged.bus.api.Event.Result
    setEventResult(mods.thecomputerizer.theimpossiblelibrary.api.common.event.EventWrapper.Result result)
     

    Methods inherited from class mods.thecomputerizer.theimpossiblelibrary.neoforge.v20.common.event.CommonEventsNeoForge1_20

    postCustomTick, register

    Methods inherited from class mods.thecomputerizer.theimpossiblelibrary.shared.v20.common.event.CommonEvents1_20

    getAABB, getActionResult, getFacing, getHand, getVec3d, isDefined, setAABB, setActionResult, setFacing, setHand, setVec3d

    Methods inherited from class java.lang.Object

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

    • CommonEventsNeoForge1_20_4

      public CommonEventsNeoForge1_20_4()
  • Method Details

    • defineEvents

      public void defineEvents()
      Specified by:
      defineEvents in interface mods.thecomputerizer.theimpossiblelibrary.api.common.event.CommonEventsAPI
      Overrides:
      defineEvents in class mods.thecomputerizer.theimpossiblelibrary.neoforge.v20.common.event.CommonEventsNeoForge1_20
    • getEventResult

      public <R> mods.thecomputerizer.theimpossiblelibrary.api.common.event.EventWrapper.Result getEventResult(R result)
    • setEventResult

      public net.neoforged.bus.api.Event.Result setEventResult(mods.thecomputerizer.theimpossiblelibrary.api.common.event.EventWrapper.Result result)