Interface EntityDamageSource.EntityDamageSourceBuilder<T extends EntityDamageSource,​B extends EntityDamageSource.EntityDamageSourceBuilder<T,​B>>

    • Method Detail

      • entity

        B entity​(Entity entity)
        Sets the Entity as the damage "source".
        Parameters:
        entity - The entity
        Returns:
        This builder, for chaining