Class EntityTrackEvent

java.lang.Object
net.minecraftforge.eventbus.api.Event
me.desht.pneumaticcraft.api.client.pneumatic_helmet.EntityTrackEvent

public class EntityTrackEvent extends net.minecraftforge.eventbus.api.Event
Fired when a helmet Block Tracker is about to track an entity. Can be canceled to prevent tracking. Posted on MinecraftForge.EVENT_BUS
  • Nested Class Summary

    Nested classes/interfaces inherited from class net.minecraftforge.eventbus.api.Event

    net.minecraftforge.eventbus.api.Event.HasResult, net.minecraftforge.eventbus.api.Event.Result
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    final net.minecraft.world.entity.Entity
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    EntityTrackEvent(net.minecraft.world.entity.Entity trackingEntity)
     
  • Method Summary

    Methods inherited from class net.minecraftforge.eventbus.api.Event

    getListenerList, getParentListenerList, getPhase, getResult, hasResult, isCancelable, isCanceled, setCanceled, setPhase, setResult, setup

    Methods inherited from class java.lang.Object

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

    • trackingEntity

      public final net.minecraft.world.entity.Entity trackingEntity
  • Constructor Details

    • EntityTrackEvent

      public EntityTrackEvent(net.minecraft.world.entity.Entity trackingEntity)