Class ServerEventsNeoForge1_20

java.lang.Object
mods.thecomputerizer.theimpossiblelibrary.shared.v20.server.event.ServerEvents1_20
mods.thecomputerizer.theimpossiblelibrary.neoforge.v20.server.event.ServerEventsNeoForge1_20
All Implemented Interfaces:
mods.thecomputerizer.theimpossiblelibrary.api.common.event.CommonEventsAPI, mods.thecomputerizer.theimpossiblelibrary.api.server.event.ServerEventsAPI

public abstract class ServerEventsNeoForge1_20 extends mods.thecomputerizer.theimpossiblelibrary.shared.v20.server.event.ServerEvents1_20
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    postCustomTick(mods.thecomputerizer.theimpossiblelibrary.api.util.CustomTick ticker)
     
    <E extends mods.thecomputerizer.theimpossiblelibrary.api.common.event.EventWrapper<?>>
    void
    register(E wrapper)
     

    Methods inherited from class mods.thecomputerizer.theimpossiblelibrary.shared.v20.server.event.ServerEvents1_20

    defineEvents, 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

    Methods inherited from interface mods.thecomputerizer.theimpossiblelibrary.api.common.event.CommonEventsAPI

    getEventResult, setEventResult
  • Constructor Details

    • ServerEventsNeoForge1_20

      public ServerEventsNeoForge1_20()
  • Method Details

    • 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)