Class EBLivingTick

java.lang.Object
com.binaris.wizardry.api.content.event.abstr.WizardryEvent
com.binaris.wizardry.api.content.event.EBLivingTick
All Implemented Interfaces:
IWizardryEvent

public final class EBLivingTick extends WizardryEvent
This applies to loaders with the Mixin LivingEntityMixin#EBWIZARDRY$tick
  • 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()