Class DenEvent.Collide

java.lang.Object
net.minecraftforge.eventbus.api.Event
com.pixelmonmod.pixelmon.api.events.raids.DenEvent
com.pixelmonmod.pixelmon.api.events.raids.DenEvent.Collide
Enclosing class:
DenEvent

public static class DenEvent.Collide extends DenEvent
  • Nested Class Summary

    Nested classes/interfaces inherited from class com.pixelmonmod.pixelmon.api.events.raids.DenEvent

    DenEvent.Collide, DenEvent.Interact

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

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

    Constructors
    Constructor
    Description
    Collide(DenEntity den, net.minecraft.world.entity.Entity entity)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    net.minecraft.world.entity.Entity
     

    Methods inherited from class com.pixelmonmod.pixelmon.api.events.raids.DenEvent

    getDen

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

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

    Methods inherited from class java.lang.Object

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

    • Collide

      public Collide(DenEntity den, net.minecraft.world.entity.Entity entity)
  • Method Details

    • getPlayer

      public net.minecraft.world.entity.Entity getPlayer()
      Returns:
      The entity colliding with the den.