Class ItemTooltipEventFabric

java.lang.Object
mods.thecomputerizer.theimpossiblelibrary.api.common.event.EventWrapper<Object[]>
mods.thecomputerizer.theimpossiblelibrary.api.client.event.ClientEventWrapper<Object[]>
mods.thecomputerizer.theimpossiblelibrary.api.client.event.types.ClientPlayerEventType<Object[]>
mods.thecomputerizer.theimpossiblelibrary.api.client.event.events.ItemTooltipEventWrapper<Object[]>
mods.thecomputerizer.theimpossiblelibrary.fabric.client.event.events.ItemTooltipEventFabric
All Implemented Interfaces:
ClientFabricEvent, CommonFabricEvent

public class ItemTooltipEventFabric extends mods.thecomputerizer.theimpossiblelibrary.api.client.event.events.ItemTooltipEventWrapper<Object[]> implements ClientFabricEvent
  • Nested Class Summary

    Nested classes/interfaces inherited from class mods.thecomputerizer.theimpossiblelibrary.api.client.event.ClientEventWrapper

    mods.thecomputerizer.theimpossiblelibrary.api.client.event.ClientEventWrapper.ClientType<E extends mods.thecomputerizer.theimpossiblelibrary.api.client.event.ClientEventWrapper<?>>

    Nested classes/interfaces inherited from class mods.thecomputerizer.theimpossiblelibrary.api.common.event.EventWrapper

    mods.thecomputerizer.theimpossiblelibrary.api.common.event.EventWrapper.EventType<E extends mods.thecomputerizer.theimpossiblelibrary.api.common.event.EventWrapper<?>>, mods.thecomputerizer.theimpossiblelibrary.api.common.event.EventWrapper.Result
  • Field Summary

    Fields inherited from class mods.thecomputerizer.theimpossiblelibrary.api.client.event.events.ItemTooltipEventWrapper

    stack, tooltip

    Fields inherited from class mods.thecomputerizer.theimpossiblelibrary.api.client.event.types.ClientPlayerEventType

    player

    Fields inherited from class mods.thecomputerizer.theimpossiblelibrary.api.client.event.ClientEventWrapper

    minecraft

    Fields inherited from class mods.thecomputerizer.theimpossiblelibrary.api.common.event.EventWrapper

    event
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    net.fabricmc.fabric.api.event.Event<?>
     
    protected mods.thecomputerizer.theimpossiblelibrary.api.common.event.EventFieldWrapper<Object[], mods.thecomputerizer.theimpossiblelibrary.api.common.entity.PlayerAPI<?,?>>
     
    protected mods.thecomputerizer.theimpossiblelibrary.api.common.event.EventFieldWrapper<Object[], mods.thecomputerizer.theimpossiblelibrary.api.common.item.ItemStackAPI<?>>
     
    protected mods.thecomputerizer.theimpossiblelibrary.api.common.event.EventFieldWrapper<Object[], List<String>>
     

    Methods inherited from class mods.thecomputerizer.theimpossiblelibrary.api.client.event.events.ItemTooltipEventWrapper

    getStack, getToolTip, populate

    Methods inherited from class mods.thecomputerizer.theimpossiblelibrary.api.client.event.types.ClientPlayerEventType

    getPlayer

    Methods inherited from class mods.thecomputerizer.theimpossiblelibrary.api.client.event.ClientEventWrapper

    getMinecraft, isClient, isCommon, isServer, setEvent

    Methods inherited from class mods.thecomputerizer.theimpossiblelibrary.api.common.event.EventWrapper

    cancel, getEvent, getPriority, getResult, getType, hasInvokers, hasResult, initPrimitive, isCancelable, isCanceled, setCanceled, setPriority, setResult, wrapAdvancement, wrapAdvancementBoth, wrapAdvancementGetter, wrapBlock, wrapBlockBoth, wrapBlockEntity, wrapBlockEntityBoth, wrapBlockEntityGetter, wrapBlockGetter, wrapEntity, wrapEntityBoth, wrapEntityGetter, wrapExplosion, wrapExplosionBoth, wrapExplosionGetter, wrapGenericBoth, wrapGenericGetter, wrapItem, wrapItemBoth, wrapItemGetter, wrapItemStack, wrapItemStackBoth, wrapItemStackGetter, wrapLiving, wrapLivingBoth, wrapLivingGetter, wrapPlayer, wrapPlayerBoth, wrapPlayerGetter, wrapPos, wrapPosBoth, wrapPosGetter, wrapSnapshot, wrapSnapshotBoth, wrapSnapshotGetter, wrapState, wrapStateBoth, wrapStateGetter, wrapWorld, wrapWorldBoth, wrapWorldGetter

    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.fabric.common.event.CommonFabricEvent

    cancel, createEventProxy, register, registerInvoke, registerReturn, wrapArrayGetter, wrapArrayGetter
  • Constructor Details

    • ItemTooltipEventFabric

      public ItemTooltipEventFabric()
  • Method Details

    • getEventInstance

      public net.fabricmc.fabric.api.event.Event<?> getEventInstance()
      Specified by:
      getEventInstance in interface CommonFabricEvent
    • wrapPlayerField

      protected mods.thecomputerizer.theimpossiblelibrary.api.common.event.EventFieldWrapper<Object[], mods.thecomputerizer.theimpossiblelibrary.api.common.entity.PlayerAPI<?,?>> wrapPlayerField()
      Specified by:
      wrapPlayerField in class mods.thecomputerizer.theimpossiblelibrary.api.client.event.types.ClientPlayerEventType<Object[]>
    • wrapStackField

      protected mods.thecomputerizer.theimpossiblelibrary.api.common.event.EventFieldWrapper<Object[], mods.thecomputerizer.theimpossiblelibrary.api.common.item.ItemStackAPI<?>> wrapStackField()
      Specified by:
      wrapStackField in class mods.thecomputerizer.theimpossiblelibrary.api.client.event.events.ItemTooltipEventWrapper<Object[]>
    • wrapTooltipField

      protected mods.thecomputerizer.theimpossiblelibrary.api.common.event.EventFieldWrapper<Object[], List<String>> wrapTooltipField()
      Specified by:
      wrapTooltipField in class mods.thecomputerizer.theimpossiblelibrary.api.client.event.events.ItemTooltipEventWrapper<Object[]>