Class LivingAttackedEventNeoForge1_20
java.lang.Object
mods.thecomputerizer.theimpossiblelibrary.api.common.event.EventWrapper<net.neoforged.neoforge.event.entity.living.LivingAttackEvent>
mods.thecomputerizer.theimpossiblelibrary.api.common.event.CommonEventWrapper<net.neoforged.neoforge.event.entity.living.LivingAttackEvent>
mods.thecomputerizer.theimpossiblelibrary.api.common.event.types.CommonLivingEventType<net.neoforged.neoforge.event.entity.living.LivingAttackEvent>
mods.thecomputerizer.theimpossiblelibrary.api.common.event.types.CommonLivingDamageEventType<net.neoforged.neoforge.event.entity.living.LivingAttackEvent>
mods.thecomputerizer.theimpossiblelibrary.api.common.event.events.LivingAttackedEventWrapper<net.neoforged.neoforge.event.entity.living.LivingAttackEvent>
mods.thecomputerizer.theimpossiblelibrary.neoforge.common.event.events.LivingAttackedEventNeoForge<net.neoforged.neoforge.event.entity.living.LivingAttackEvent>
mods.thecomputerizer.theimpossiblelibrary.neoforge.v20.common.event.events.LivingAttackedEventNeoForge1_20
public class LivingAttackedEventNeoForge1_20
extends mods.thecomputerizer.theimpossiblelibrary.neoforge.common.event.events.LivingAttackedEventNeoForge<net.neoforged.neoforge.event.entity.living.LivingAttackEvent>
-
Nested Class Summary
Nested classes/interfaces inherited from class mods.thecomputerizer.theimpossiblelibrary.api.common.event.CommonEventWrapper
mods.thecomputerizer.theimpossiblelibrary.api.common.event.CommonEventWrapper.CommonType<E extends mods.thecomputerizer.theimpossiblelibrary.api.common.event.CommonEventWrapper<?>>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.common.event.types.CommonLivingDamageEventType
damageFields inherited from class mods.thecomputerizer.theimpossiblelibrary.api.common.event.types.CommonLivingEventType
livingFields inherited from class mods.thecomputerizer.theimpossiblelibrary.api.common.event.EventWrapper
event -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidonEvent(net.neoforged.neoforge.event.entity.living.LivingAttackEvent event) protected mods.thecomputerizer.theimpossiblelibrary.api.common.event.EventFieldWrapper<net.neoforged.neoforge.event.entity.living.LivingAttackEvent, mods.thecomputerizer.theimpossiblelibrary.api.common.entity.DamageAPI> Methods inherited from class mods.thecomputerizer.theimpossiblelibrary.neoforge.common.event.events.LivingAttackedEventNeoForge
cancel, setEvent, wrapLivingFieldMethods inherited from class mods.thecomputerizer.theimpossiblelibrary.api.common.event.types.CommonLivingDamageEventType
getDamageAPI, populateMethods inherited from class mods.thecomputerizer.theimpossiblelibrary.api.common.event.CommonEventWrapper
isClient, isCommon, isServerMethods inherited from class mods.thecomputerizer.theimpossiblelibrary.api.common.event.EventWrapper
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
-
Constructor Details
-
LivingAttackedEventNeoForge1_20
public LivingAttackedEventNeoForge1_20()
-
-
Method Details
-
onEvent
public static void onEvent(net.neoforged.neoforge.event.entity.living.LivingAttackEvent event) -
wrapDamageField
protected mods.thecomputerizer.theimpossiblelibrary.api.common.event.EventFieldWrapper<net.neoforged.neoforge.event.entity.living.LivingAttackEvent, mods.thecomputerizer.theimpossiblelibrary.api.common.entity.DamageAPI> wrapDamageField()- Specified by:
wrapDamageFieldin classmods.thecomputerizer.theimpossiblelibrary.api.common.event.types.CommonLivingDamageEventType<net.neoforged.neoforge.event.entity.living.LivingAttackEvent>
-