Class EntityEventHandler

java.lang.Object
tschipp.callablehorses.common.events.EntityEventHandler

public class EntityEventHandler extends Object
  • Constructor Details

    • EntityEventHandler

      public EntityEventHandler()
  • Method Details

    • onEntityJoinLevel

      public static boolean onEntityJoinLevel(net.minecraft.world.entity.Entity joiningEntity, net.minecraft.world.level.Level world)
    • onPlayerClone

      public static void onPlayerClone(HorseOwnerData oldHorse, HorseOwnerData newHorse)
    • onEntityLeaveLevel

      public static void onEntityLeaveLevel(net.minecraft.world.entity.Entity entity, net.minecraft.world.level.Level world)
    • onStopTracking

      public static void onStopTracking(net.minecraft.world.entity.player.Player player, net.minecraft.world.entity.Entity target)
    • onStartTracking

      public static void onStartTracking(net.minecraft.world.entity.player.Player player, net.minecraft.world.entity.Entity target)
    • onLivingTick

      public static void onLivingTick(net.minecraft.world.entity.LivingEntity entity)
    • onLivingDeath

      public static void onLivingDeath(net.minecraft.world.entity.LivingEntity entity)