Class HealerEvent

java.lang.Object
net.minecraftforge.eventbus.api.Event
com.pixelmonmod.pixelmon.api.events.HealerEvent
Direct Known Subclasses:
HealerEvent.Post, HealerEvent.Pre

public abstract class HealerEvent extends net.minecraftforge.eventbus.api.Event
All sort of events regarding the healer.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static class 
    Fires on the server but is sent by the client once the healer finishes to heal the party.
    static class 
    Fires on the server before the healer starts the process, can be cancelled.

    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.player.Player
     
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    HealerEvent(net.minecraft.world.entity.player.Player player)
     
  • Method Summary

    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
  • Field Details

    • player

      public final net.minecraft.world.entity.player.Player player
  • Constructor Details

    • HealerEvent

      protected HealerEvent(net.minecraft.world.entity.player.Player player)