Search Results for

    Show / Hide Table of Contents

    Class DisguiseHealthManager

    Inheritance
    System.Object
    OpenHealthManager
    DisguiseHealthManager
    Namespace: OpenAPI.Entities
    Assembly: OpenAPI.dll
    Syntax
    public class DisguiseHealthManager : OpenHealthManager

    Constructors

    | Improve this Doc View Source

    DisguiseHealthManager(Entity, Entity)

    Declaration
    public DisguiseHealthManager(Entity entity, Entity parent)
    Parameters
    Type Name Description
    Entity entity
    Entity parent

    Methods

    | Improve this Doc View Source

    DoKnockback(Entity, Item)

    Declaration
    protected override void DoKnockback(Entity source, Item tool)
    Parameters
    Type Name Description
    Entity source
    Item tool
    | Improve this Doc View Source

    Kill()

    Declaration
    public override void Kill()
    Overrides
    OpenHealthManager.Kill()
    | Improve this Doc View Source

    Regen(Int32)

    Declaration
    public override void Regen(int amount = 1)
    Parameters
    Type Name Description
    System.Int32 amount
    Overrides
    OpenHealthManager.Regen(Int32)
    | Improve this Doc View Source

    TakeHit(Entity, Item, Int32, DamageCause)

    Declaration
    public override void TakeHit(Entity source, Item tool, int damage = 1, DamageCause cause = null)
    Parameters
    Type Name Description
    Entity source
    Item tool
    System.Int32 damage
    DamageCause cause
    Overrides
    OpenHealthManager.TakeHit(Entity, Item, Int32, DamageCause)
    | Improve this Doc View Source

    TakeHit(Entity, Int32, DamageCause)

    Declaration
    public override void TakeHit(Entity source, int damage = 1, DamageCause cause = null)
    Parameters
    Type Name Description
    Entity source
    System.Int32 damage
    DamageCause cause
    Overrides
    OpenHealthManager.TakeHit(Entity, Int32, DamageCause)
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX