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
-
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
-
Method Summary
Methods inherited from class net.minecraftforge.eventbus.api.Event
getListenerList, getPhase, getResult, hasResult, isCancelable, isCanceled, setCanceled, setPhase, setResult
-
Constructor Details
-
Collide
-
-
Method Details
-
getPlayer
public net.minecraft.world.entity.Entity getPlayer()- Returns:
- The entity colliding with the den.
-