Class EBLivingTick
java.lang.Object
com.binaris.wizardry.api.content.event.abstr.WizardryEvent
com.binaris.wizardry.api.content.event.EBLivingTick
- All Implemented Interfaces:
IWizardryEvent
This applies to loaders with the Mixin
LivingEntityMixin#EBWIZARDRY$tick-
Constructor Summary
ConstructorsConstructorDescriptionEBLivingTick(net.minecraft.world.entity.LivingEntity entity, net.minecraft.world.level.Level level) -
Method Summary
Methods inherited from class com.binaris.wizardry.api.content.event.abstr.WizardryEvent
canBeCanceled, isCanceled, setCanceled
-
Constructor Details
-
EBLivingTick
public EBLivingTick(net.minecraft.world.entity.LivingEntity entity, net.minecraft.world.level.Level level)
-
-
Method Details
-
getEntity
public net.minecraft.world.entity.LivingEntity getEntity() -
getLevel
public net.minecraft.world.level.Level getLevel()
-