Class PassiveHealEvent.Post

java.lang.Object
net.minecraftforge.eventbus.api.Event
com.pixelmonmod.pixelmon.api.events.PassiveHealEvent
com.pixelmonmod.pixelmon.api.events.PassiveHealEvent.Post
Enclosing class:
PassiveHealEvent

public static class PassiveHealEvent.Post extends PassiveHealEvent
Fired after passive healing has been applied to a Pokemon.
  • Nested Class Summary

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

    PassiveHealEvent.Post, PassiveHealEvent.Pre

    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 inherited from class com.pixelmonmod.pixelmon.api.events.PassiveHealEvent

    pokemon
  • Constructor Summary

    Constructors
    Constructor
    Description
    Post(net.minecraft.server.level.ServerPlayer player, Pokemon pokemon, boolean revive, boolean status, boolean heal)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    boolean
     
    boolean
     

    Methods inherited from class com.pixelmonmod.pixelmon.api.events.PassiveHealEvent

    getPlayer, getPokemon

    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

    • Post

      public Post(net.minecraft.server.level.ServerPlayer player, Pokemon pokemon, boolean revive, boolean status, boolean heal)
  • Method Details

    • wasRevived

      public boolean wasRevived()
    • wasCuredOfStatus

      public boolean wasCuredOfStatus()
    • wasHealed

      public boolean wasHealed()