Class CommonEvents

java.lang.Object
tschipp.callablehorses.events.CommonEvents

public class CommonEvents extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    onAttachCaps(net.minecraftforge.event.AttachCapabilitiesEvent<net.minecraft.world.entity.Entity> event)
     
    static void
    onClone(net.minecraftforge.event.entity.player.PlayerEvent.Clone event)
     
    static void
    onEntityJoinLevel(net.minecraftforge.event.entity.EntityJoinLevelEvent event)
     
    static void
    onEntityLeaveLevel(net.minecraftforge.event.entity.EntityLeaveLevelEvent event)
     
    static void
    onLivingDeath(net.minecraftforge.event.entity.living.LivingDeathEvent event)
     
    static void
    onLivingTick(net.minecraftforge.event.entity.living.LivingEvent.LivingTickEvent event)
     
    static void
    onStartTracking(net.minecraftforge.event.entity.player.PlayerEvent.StartTracking event)
     
    static void
    onStopTracking(net.minecraftforge.event.entity.player.PlayerEvent.StopTracking event)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • CommonEvents

      public CommonEvents()
  • Method Details

    • onAttachCaps

      public static void onAttachCaps(net.minecraftforge.event.AttachCapabilitiesEvent<net.minecraft.world.entity.Entity> event)
    • onEntityJoinLevel

      public static void onEntityJoinLevel(net.minecraftforge.event.entity.EntityJoinLevelEvent event)
    • onEntityLeaveLevel

      public static void onEntityLeaveLevel(net.minecraftforge.event.entity.EntityLeaveLevelEvent event)
    • onClone

      public static void onClone(net.minecraftforge.event.entity.player.PlayerEvent.Clone event)
    • onStopTracking

      public static void onStopTracking(net.minecraftforge.event.entity.player.PlayerEvent.StopTracking event)
    • onStartTracking

      public static void onStartTracking(net.minecraftforge.event.entity.player.PlayerEvent.StartTracking event)
    • onLivingTick

      public static void onLivingTick(net.minecraftforge.event.entity.living.LivingEvent.LivingTickEvent event)
    • onLivingDeath

      public static void onLivingDeath(net.minecraftforge.event.entity.living.LivingDeathEvent event)